COLOR #CCCBAE

HEX: #CCCBAE RGB: (204,203,174)

Color info

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

RGB color model

#CCCBAE color RGB value is (204,203,174).

RGB: (204,203,174) (80%, 80%, 68%)

RGB channels and saturation

R 204 of 255 = 80%
G 203 of 255 = 80%
B 174 of 255 = 68%

204
203
174

R + G + B ~ 76%. #CCCBAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 203 + 174 = 581 (100%)
R 204 of 581 ~ 35.11%
G 203 of 581 ~ 34.94%
B 174 of 581 ~ 29.95'%

%35.11
%34.94
%29.95

CMYK color model

#CCCBAE color CMYK value is (0,0,15,20).

  • cyan value is 0.00%
  • magenta value is 0.49%
  • yellow value is 14.71%
  • key color value is 20.00%

CMYK: (0,0,15,20)
C0M0Y15K20 (0%, 0%, 15%, 20%)
(0.00 / 0.00 / 0.15 / 0.20)

CMYK percentages

%0
%0.49
%14.71
%20

Codes

Color #CCCBAE in popluar color models

CC CB AE
RGB 204 203 174
HSL 58° 22.73% 74.12%
HSB/HSV 58° 14.71% 80.00%
CMYK 0.00% 0.49% 14.71%
20.00%

Color #CCCBAE in popluar number systems.

HEX CC CB AE
Decimal 204 203 174
Binary 11001100 11001011 10101110
Octal 314 313 256

Shades and tints

Shades of #CCCBAE

#CCCBAE
(204,203,174)
#BAB99F
(186,185,159)
#A8A790
(168,167,144)
#969581
(150,149,129)
#848372
(132,131,114)
#727163
(114,113,99)
#605F54
(96,95,84)
#4E4D45
(78,77,69)
#3C3B36
(60,59,54)
#2A2927
(42,41,39)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCCBAE

#CCCBAE
(204,203,174)
#D0CFB5
(208,207,181)
#D4D3BC
(212,211,188)
#D8D7C3
(216,215,195)
#DCDBCA
(220,219,202)
#E0DFD1
(224,223,209)
#E4E3D8
(228,227,216)
#E8E7DF
(232,231,223)
#ECEBE6
(236,235,230)
#F0EFED
(240,239,237)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCBAE color. Also use rgb(204,203,174) instead hex code.

Text Font Color

.myTextColor { color: #CCCBAE; }

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

This text font color is #CCCBAE.

Background Color

.myBgColor { background-color: #CCCBAE; }

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

This div background color is #CCCBAE.

Border color

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

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

This div border color is #CCCBAE.

Opacity

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

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

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

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

This text has shadow with #CCCBAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCBAE.

Preview

Color preview on black background

This text has color #CCCBAE on black background.


Color preview on white background

This text has color #CCCBAE on white background.


Black color preview on #CCCBAE background

This text has black color on #CCCBAE background.


White color preview on #CCCBAE background

This text has white color on #CCCBAE background.


Related colors

Complementary color

Complementary color for #hex is #333451.


I love getcolorcode.com

Triadic colors

1 #AECCCB and #CBAECC with #CCCBAE are triadic colors.

2 #AECBCC and #CBCCAE with #CCCBAE are triadic colors.