COLOR #CCBE9D

HEX: #CCBE9D
RGB: (204,190,157)

Color info

#CCBE9D contains red, green and blue colors in about the same proportion. Web safe color of #CCBE9D is #CCCC99 (or #CC9).

RGB color model

#CCBE9D color RGB value is (204,190,157).

  • red value is 204;
  • green value is 190;
  • blue value is 157.
RGB:
(204,190,157)
(80%,75%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 157 of 255 = 62%

204
190
157

R + G + B ~ 72%. #CCBE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 190 + 157 = 551 (100%)
R 204 of 551 ~ 37.02%
G 190 of 551 ~ 34.48%
B 157 of 551 ~ 28.49%

%37.02
%34.48
%28.49

CMYK color model

#CCBE9D color CMYK value is (0,7,23,20).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(0,7,23,20)
C0M7Y23K20 
(0%,7%,23%,20%)
(0.00/0.07/0.23/0.20)	

CMYK percentages

%0
%6.86
%23.04
%20

Codes

Color #CCBE9D in popluar color models

CCBE9D
RGB204190157
HSL42°31.54%70.78%
HSB/HSV42°23.04%80.00%
CMYK0.00%6.86%23.04%
20.00%

Color #CCBE9D in popluar number systems.

HEXCCBE9D
Decimal204190157
Binary110011001011111010011101
Octal314276235

Shades and tints

Shades of #CCBE9D

#CCBE9D
(204,190,157)
#BAAD8F
(186,173,143)
#A89C81
(168,156,129)
#968B73
(150,139,115)
#847A65
(132,122,101)
#726957
(114,105,87)
#605849
(96,88,73)
#4E473B
(78,71,59)
#3C362D
(60,54,45)
#2A251F
(42,37,31)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CCBE9D

#CCBE9D
(204,190,157)
#D0C3A5
(208,195,165)
#D4C8AD
(212,200,173)
#D8CDB5
(216,205,181)
#DCD2BD
(220,210,189)
#E0D7C5
(224,215,197)
#E4DCCD
(228,220,205)
#E8E1D5
(232,225,213)
#ECE6DD
(236,230,221)
#F0EBE5
(240,235,229)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBE9D color. Also use rgb(204,190,157) instead hex code.

Text Font Color

.myTextColor { color: #CCBE9D; }

<p style="color:#CCBE9D">This sample text font color is #CCBE9D.</p>

This text font color is #CCBE9D.


Background Color

.myBgColor { background-color: #CCBE9D; }

<div style="background-color:#CCBE9D">Inner text</div>

This div background color is #CCBE9D.


Border color

.myBorderColor { border: 1px solid #CCBE9D; }

<div style="border:3px solid #CCBE9D">Div</div>

This div border color is #CCBE9D.


Opacity

.myOpacity80 { color: #CCBE9D; opacity: 0.8; }

<p style="color:#CCBE9D;opacity:0.8;">80%</p>

Text with #CCBE9D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCBE9D;}

<p style="text-shadow: 3px 3px 1px #CCBE9D">Text here.</p>

This text has shadow with #CCBE9D color.

.textShadow {text-shadow: 3px 3px 1px #CCBE9D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCBE9D, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCBE9D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCBE9D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCBE9D, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCBE9D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CCBE9D;
  -webkit-box-shadow:	1px 1px 3px 2px #CCBE9D;
  box-shadow:		1px 1px 3px 2px #CCBE9D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCBE9D;
-webkit-box-shadow: 1px 1px 3px 2px #CCBE9D;
box-shadow:1px 1px 3px 2px #CCBE9D;">
Div content here</div>
This div box has shadow with color #CCBE9D.

Preview

Color preview on black background

This text has color #CCBE9D on black background.


Color preview on white background

This text has color #CCBE9D on white background.



Black color preview on #CCBE9D background

This text has black color on #CCBE9D background.


White color preview on #CCBE9D background

This text has white color on #CCBE9D background.