COLOR #CCD5BA

HEX: #CCD5BA RGB: (204,213,186)

Color info

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

RGB color model

#CCD5BA color RGB value is (204,213,186).

RGB: (204,213,186) (80%, 84%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 213 of 255 = 84%
B 186 of 255 = 73%

204
213
186

R + G + B ~ 79%. #CCD5BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 213 + 186 = 603 (100%)
R 204 of 603 ~ 33.83%
G 213 of 603 ~ 35.32%
B 186 of 603 ~ 30.85'%

%33.83
%35.32
%30.85

CMYK color model

#CCD5BA color CMYK value is (4,0,13,16).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK: (4,0,13,16) C4M0Y13K16 (4%,0%,13%,16%) (0.04/0.00/0.13/0.16) 

CMYK percentages

%4.23
%0
%12.68
%16.47

Codes

Color #CCD5BA in popluar color models

CC D5 BA
RGB 204 213 186
HSL 80° 24.32% 78.24%
HSB/HSV 80° 12.68% 83.53%
CMYK 4.23% 0.00% 12.68%
16.47%

Color #CCD5BA in popluar number systems.

HEX CC D5 BA
Decimal 204 213 186
Binary 11001100 11010101 10111010
Octal 314 325 272

Shades and tints

Shades of #CCD5BA

#CCD5BA
(204,213,186)
#BAC2AA
(186,194,170)
#A8AF9A
(168,175,154)
#969C8A
(150,156,138)
#84897A
(132,137,122)
#72766A
(114,118,106)
#60635A
(96,99,90)
#4E504A
(78,80,74)
#3C3D3A
(60,61,58)
#2A2A2A
(42,42,42)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #CCD5BA

#CCD5BA
(204,213,186)
#D0D8C0
(208,216,192)
#D4DBC6
(212,219,198)
#D8DECC
(216,222,204)
#DCE1D2
(220,225,210)
#E0E4D8
(224,228,216)
#E4E7DE
(228,231,222)
#E8EAE4
(232,234,228)
#ECEDEA
(236,237,234)
#F0F0F0
(240,240,240)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD5BA color. Also use rgb(204,213,186) instead hex code.

Text Font Color

.myTextColor { color: #CCD5BA; }

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

This text font color is #CCD5BA.

Background Color

.myBgColor { background-color: #CCD5BA; }

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

This div background color is #CCD5BA.

Border color

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

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

This div border color is #CCD5BA.

Opacity

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

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

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

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

This text has shadow with #CCD5BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD5BA.

Preview

Color preview on black background

This text has color #CCD5BA on black background.


Color preview on white background

This text has color #CCD5BA on white background.


Black color preview on #CCD5BA background

This text has black color on #CCD5BA background.


White color preview on #CCD5BA background

This text has white color on #CCD5BA background.


Related colors

Complementary color

Complementary color for #hex is #332A45.


I love getcolorcode.com

Triadic colors

1 #BACCD5 and #D5BACC with #CCD5BA are triadic colors.

2 #BAD5CC and #D5CCBA with #CCD5BA are triadic colors.