COLOR #CCDBA8

HEX: #CCDBA8 RGB: (204,219,168)

Color info

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

RGB color model

#CCDBA8 color RGB value is (204,219,168).

RGB: (204,219,168) (80%, 86%, 66%)

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 168 of 255 = 66%

204
219
168

R + G + B ~ 77%. #CCDBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 219 + 168 = 591 (100%)
R 204 of 591 ~ 34.52%
G 219 of 591 ~ 37.06%
B 168 of 591 ~ 28.43'%

%34.52
%37.06
%28.43

CMYK color model

#CCDBA8 color CMYK value is (7,0,23,14).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 14.12%

CMYK: (7,0,23,14)
C7M0Y23K14 (7%, 0%, 23%, 14%)
(0.07 / 0.00 / 0.23 / 0.14)

CMYK percentages

%6.85
%0
%23.29
%14.12

Codes

Color #CCDBA8 in popluar color models

CC DB A8
RGB 204 219 168
HSL 78° 41.46% 75.88%
HSB/HSV 78° 23.29% 85.88%
CMYK 6.85% 0.00% 23.29%
14.12%

Color #CCDBA8 in popluar number systems.

HEX CC DB A8
Decimal 204 219 168
Binary 11001100 11011011 10101000
Octal 314 333 250

Shades and tints

Shades of #CCDBA8

#CCDBA8
(204,219,168)
#BAC899
(186,200,153)
#A8B58A
(168,181,138)
#96A27B
(150,162,123)
#848F6C
(132,143,108)
#727C5D
(114,124,93)
#60694E
(96,105,78)
#4E563F
(78,86,63)
#3C4330
(60,67,48)
#2A3021
(42,48,33)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #CCDBA8

#CCDBA8
(204,219,168)
#D0DEAF
(208,222,175)
#D4E1B6
(212,225,182)
#D8E4BD
(216,228,189)
#DCE7C4
(220,231,196)
#E0EACB
(224,234,203)
#E4EDD2
(228,237,210)
#E8F0D9
(232,240,217)
#ECF3E0
(236,243,224)
#F0F6E7
(240,246,231)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDBA8 color. Also use rgb(204,219,168) instead hex code.

Text Font Color

.myTextColor { color: #CCDBA8; }

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

This text font color is #CCDBA8.

Background Color

.myBgColor { background-color: #CCDBA8; }

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

This div background color is #CCDBA8.

Border color

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

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

This div border color is #CCDBA8.

Opacity

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

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

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

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

This text has shadow with #CCDBA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDBA8.

Preview

Color preview on black background

This text has color #CCDBA8 on black background.


Color preview on white background

This text has color #CCDBA8 on white background.


Black color preview on #CCDBA8 background

This text has black color on #CCDBA8 background.


White color preview on #CCDBA8 background

This text has white color on #CCDBA8 background.


Related colors

Complementary color

Complementary color for #hex is #332457.


I love getcolorcode.com

Triadic colors

1 #A8CCDB and #DBA8CC with #CCDBA8 are triadic colors.

2 #A8DBCC and #DBCCA8 with #CCDBA8 are triadic colors.