COLOR #CCCEB9

HEX: #CCCEB9 RGB: (204,206,185)

Color info

#CCCEB9 contains red, green and blue colors in about the same proportion. Web safe color of #CCCEB9 is #CCCCCC (or #CCC).

RGB color model

#CCCEB9 color RGB value is (204,206,185).

RGB: (204,206,185) (80%, 81%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 185 of 255 = 73%

204
206
185

R + G + B ~ 78%. #CCCEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 206 + 185 = 595 (100%)
R 204 of 595 ~ 34.29%
G 206 of 595 ~ 34.62%
B 185 of 595 ~ 31.09'%

%34.29
%34.62
%31.09

CMYK color model

#CCCEB9 color CMYK value is (1,0,10,19).

  • cyan value is 0.97%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 19.22%

CMYK: (1,0,10,19)
C1M0Y10K19 (1%, 0%, 10%, 19%)
(0.01 / 0.00 / 0.10 / 0.19)

CMYK percentages

%0.97
%0
%10.19
%19.22

Codes

Color #CCCEB9 in popluar color models

CC CE B9
RGB 204 206 185
HSL 66° 17.65% 76.67%
HSB/HSV 66° 10.19% 80.78%
CMYK 0.97% 0.00% 10.19%
19.22%

Color #CCCEB9 in popluar number systems.

HEX CC CE B9
Decimal 204 206 185
Binary 11001100 11001110 10111001
Octal 314 316 271

Shades and tints

Shades of #CCCEB9

#CCCEB9
(204,206,185)
#BABCA9
(186,188,169)
#A8AA99
(168,170,153)
#969889
(150,152,137)
#848679
(132,134,121)
#727469
(114,116,105)
#606259
(96,98,89)
#4E5049
(78,80,73)
#3C3E39
(60,62,57)
#2A2C29
(42,44,41)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #CCCEB9

#CCCEB9
(204,206,185)
#D0D2BF
(208,210,191)
#D4D6C5
(212,214,197)
#D8DACB
(216,218,203)
#DCDED1
(220,222,209)
#E0E2D7
(224,226,215)
#E4E6DD
(228,230,221)
#E8EAE3
(232,234,227)
#ECEEE9
(236,238,233)
#F0F2EF
(240,242,239)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCEB9 color. Also use rgb(204,206,185) instead hex code.

Text Font Color

.myTextColor { color: #CCCEB9; }

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

This text font color is #CCCEB9.

Background Color

.myBgColor { background-color: #CCCEB9; }

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

This div background color is #CCCEB9.

Border color

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

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

This div border color is #CCCEB9.

Opacity

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

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

Text with #CCCEB9 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 #CCCEB9;}

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

This text has shadow with #CCCEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCEB9.

Preview

Color preview on black background

This text has color #CCCEB9 on black background.


Color preview on white background

This text has color #CCCEB9 on white background.


Black color preview on #CCCEB9 background

This text has black color on #CCCEB9 background.


White color preview on #CCCEB9 background

This text has white color on #CCCEB9 background.


Related colors

Complementary color

Complementary color for #hex is #333146.


I love getcolorcode.com

Triadic colors

1 #B9CCCE and #CEB9CC with #CCCEB9 are triadic colors.

2 #B9CECC and #CECCB9 with #CCCEB9 are triadic colors.