COLOR #CCD3B4

HEX: #CCD3B4
RGB: (204,211,180)

Color info

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

RGB color model

#CCD3B4 color RGB value is (204,211,180).

  • red value is 204;
  • green value is 211;
  • blue value is 180.
RGB:
(204,211,180)
(80%,83%,71%)

RGB channels and saturation

R 204 of 255 = 80%
G 211 of 255 = 83%
B 180 of 255 = 71%

204
211
180

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

Portions of RGB colors in percentages

R + G + B =
204 + 211 + 180 = 595 (100%)
R 204 of 595 ~ 34.29%
G 211 of 595 ~ 35.46%
B 180 of 595 ~ 30.25%

%34.29
%35.46
%30.25

CMYK color model

#CCD3B4 color CMYK value is (3,0,15,17).

  • cyan value is 3.32%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 17.25%
CMYK:
(3,0,15,17)
C3M0Y15K17 
(3%,0%,15%,17%)
(0.03/0.00/0.15/0.17)	

CMYK percentages

%3.32
%0
%14.69
%17.25

Codes

Color #CCD3B4 in popluar color models

CCD3B4
RGB204211180
HSL74°26.05%76.67%
HSB/HSV74°14.69%82.75%
CMYK3.32%0.00%14.69%
17.25%

Color #CCD3B4 in popluar number systems.

HEXCCD3B4
Decimal204211180
Binary110011001101001110110100
Octal314323264

Shades and tints

Shades of #CCD3B4

#CCD3B4
(204,211,180)
#BAC0A4
(186,192,164)
#A8AD94
(168,173,148)
#969A84
(150,154,132)
#848774
(132,135,116)
#727464
(114,116,100)
#606154
(96,97,84)
#4E4E44
(78,78,68)
#3C3B34
(60,59,52)
#2A2824
(42,40,36)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #CCD3B4

#CCD3B4
(204,211,180)
#D0D7BA
(208,215,186)
#D4DBC0
(212,219,192)
#D8DFC6
(216,223,198)
#DCE3CC
(220,227,204)
#E0E7D2
(224,231,210)
#E4EBD8
(228,235,216)
#E8EFDE
(232,239,222)
#ECF3E4
(236,243,228)
#F0F7EA
(240,247,234)
#F4FBF0
(244,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD3B4; }

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

This text font color is #CCD3B4.


Background Color

.myBgColor { background-color: #CCD3B4; }

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

This div background color is #CCD3B4.


Border color

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

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

This div border color is #CCD3B4.


Opacity

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

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

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

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

This text has shadow with #CCD3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD3B4 on black background.


Color preview on white background

This text has color #CCD3B4 on white background.



Black color preview on #CCD3B4 background

This text has black color on #CCD3B4 background.


White color preview on #CCD3B4 background

This text has white color on #CCD3B4 background.