COLOR #CCDB88

HEX: #CCDB88 RGB: (204,219,136)

Color info

#CCDB88 contains mainly red and green colors. Web safe color of #CCDB88 is #CCCC99 (or #CC9).

RGB color model

#CCDB88 color RGB value is (204,219,136).

RGB: (204,219,136) (80%, 86%, 53%)

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 136 of 255 = 53%

204
219
136

R + G + B ~ 73%. #CCDB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 219 + 136 = 559 (100%)
R 204 of 559 ~ 36.49%
G 219 of 559 ~ 39.18%
B 136 of 559 ~ 24.33'%

%36.49
%39.18
%24.33

CMYK color model

#CCDB88 color CMYK value is (7,0,38,14).

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

CMYK: (7,0,38,14)
C7M0Y38K14 (7%, 0%, 38%, 14%)
(0.07 / 0.00 / 0.38 / 0.14)

CMYK percentages

%6.85
%0
%37.9
%14.12

Codes

Color #CCDB88 in popluar color models

CC DB 88
RGB 204 219 136
HSL 71° 53.55% 69.61%
HSB/HSV 71° 37.90% 85.88%
CMYK 6.85% 0.00% 37.90%
14.12%

Color #CCDB88 in popluar number systems.

HEX CC DB 88
Decimal 204 219 136
Binary 11001100 11011011 10001000
Octal 314 333 210

Shades and tints

Shades of #CCDB88

#CCDB88
(204,219,136)
#BAC87C
(186,200,124)
#A8B570
(168,181,112)
#96A264
(150,162,100)
#848F58
(132,143,88)
#727C4C
(114,124,76)
#606940
(96,105,64)
#4E5634
(78,86,52)
#3C4328
(60,67,40)
#2A301C
(42,48,28)
#181D10
(24,29,16)
#000000
(0,0,0)

Tints of #CCDB88

#CCDB88
(204,219,136)
#D0DE92
(208,222,146)
#D4E19C
(212,225,156)
#D8E4A6
(216,228,166)
#DCE7B0
(220,231,176)
#E0EABA
(224,234,186)
#E4EDC4
(228,237,196)
#E8F0CE
(232,240,206)
#ECF3D8
(236,243,216)
#F0F6E2
(240,246,226)
#F4F9EC
(244,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDB88; }

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

This text font color is #CCDB88.

Background Color

.myBgColor { background-color: #CCDB88; }

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

This div background color is #CCDB88.

Border color

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

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

This div border color is #CCDB88.

Opacity

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

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

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

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

This text has shadow with #CCDB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDB88.

Preview

Color preview on black background

This text has color #CCDB88 on black background.


Color preview on white background

This text has color #CCDB88 on white background.


Black color preview on #CCDB88 background

This text has black color on #CCDB88 background.


White color preview on #CCDB88 background

This text has white color on #CCDB88 background.


Related colors

Complementary color

Complementary color for #hex is #332477.


I love getcolorcode.com

Triadic colors

1 #88CCDB and #DB88CC with #CCDB88 are triadic colors.

2 #88DBCC and #DBCC88 with #CCDB88 are triadic colors.