COLOR #CCD3BD

HEX: #CCD3BD RGB: (204,211,189)

Color info

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

RGB color model

#CCD3BD color RGB value is (204,211,189).

RGB: (204,211,189) (80%, 83%, 74%)

RGB channels and saturation

R 204 of 255 = 80%
G 211 of 255 = 83%
B 189 of 255 = 74%

204
211
189

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

Portions of RGB colors in percentages

R + G + B = 204 + 211 + 189 = 604 (100%)
R 204 of 604 ~ 33.77%
G 211 of 604 ~ 34.93%
B 189 of 604 ~ 31.29'%

%33.77
%34.93
%31.29

CMYK color model

#CCD3BD color CMYK value is (3,0,10,17).

  • cyan value is 3.32%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 17.25%
CMYK: (3,0,10,17) C3M0Y10K17 (3%,0%,10%,17%) (0.03/0.00/0.10/0.17) 

CMYK percentages

%3.32
%0
%10.43
%17.25

Codes

Color #CCD3BD in popluar color models

CC D3 BD
RGB 204 211 189
HSL 79° 20.00% 78.43%
HSB/HSV 79° 10.43% 82.75%
CMYK 3.32% 0.00% 10.43%
17.25%

Color #CCD3BD in popluar number systems.

HEX CC D3 BD
Decimal 204 211 189
Binary 11001100 11010011 10111101
Octal 314 323 275

Shades and tints

Shades of #CCD3BD

#CCD3BD
(204,211,189)
#BAC0AC
(186,192,172)
#A8AD9B
(168,173,155)
#969A8A
(150,154,138)
#848779
(132,135,121)
#727468
(114,116,104)
#606157
(96,97,87)
#4E4E46
(78,78,70)
#3C3B35
(60,59,53)
#2A2824
(42,40,36)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #CCD3BD

#CCD3BD
(204,211,189)
#D0D7C3
(208,215,195)
#D4DBC9
(212,219,201)
#D8DFCF
(216,223,207)
#DCE3D5
(220,227,213)
#E0E7DB
(224,231,219)
#E4EBE1
(228,235,225)
#E8EFE7
(232,239,231)
#ECF3ED
(236,243,237)
#F0F7F3
(240,247,243)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD3BD color. Also use rgb(204,211,189) instead hex code.

Text Font Color

.myTextColor { color: #CCD3BD; }

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

This text font color is #CCD3BD.

Background Color

.myBgColor { background-color: #CCD3BD; }

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

This div background color is #CCD3BD.

Border color

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

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

This div border color is #CCD3BD.

Opacity

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

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

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

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

This text has shadow with #CCD3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD3BD.

Preview

Color preview on black background

This text has color #CCD3BD on black background.


Color preview on white background

This text has color #CCD3BD on white background.


Black color preview on #CCD3BD background

This text has black color on #CCD3BD background.


White color preview on #CCD3BD background

This text has white color on #CCD3BD background.


Related colors

Complementary color

Complementary color for #hex is #332C42.


I love getcolorcode.com

Triadic colors

1 #BDCCD3 and #D3BDCC with #CCD3BD are triadic colors.

2 #BDD3CC and #D3CCBD with #CCD3BD are triadic colors.