COLOR #CCD099

HEX: #CCD099 RGB: (204,208,153)

Color info

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

RGB color model

#CCD099 color RGB value is (204,208,153).

RGB: (204,208,153) (80%, 82%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 208 of 255 = 82%
B 153 of 255 = 60%

204
208
153

R + G + B ~ 74%. #CCD099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 208 + 153 = 565 (100%)
R 204 of 565 ~ 36.11%
G 208 of 565 ~ 36.81%
B 153 of 565 ~ 27.08'%

%36.11
%36.81
%27.08

CMYK color model

#CCD099 color CMYK value is (2,0,26,18).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 26.44%
  • key color value is 18.43%

CMYK: (2,0,26,18)
C2M0Y26K18 (2%, 0%, 26%, 18%)
(0.02 / 0.00 / 0.26 / 0.18)

CMYK percentages

%1.92
%0
%26.44
%18.43

Codes

Color #CCD099 in popluar color models

CC D0 99
RGB 204 208 153
HSL 64° 36.91% 70.78%
HSB/HSV 64° 26.44% 81.57%
CMYK 1.92% 0.00% 26.44%
18.43%

Color #CCD099 in popluar number systems.

HEX CC D0 99
Decimal 204 208 153
Binary 11001100 11010000 10011001
Octal 314 320 231

Shades and tints

Shades of #CCD099

#CCD099
(204,208,153)
#BABE8C
(186,190,140)
#A8AC7F
(168,172,127)
#969A72
(150,154,114)
#848865
(132,136,101)
#727658
(114,118,88)
#60644B
(96,100,75)
#4E523E
(78,82,62)
#3C4031
(60,64,49)
#2A2E24
(42,46,36)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #CCD099

#CCD099
(204,208,153)
#D0D4A2
(208,212,162)
#D4D8AB
(212,216,171)
#D8DCB4
(216,220,180)
#DCE0BD
(220,224,189)
#E0E4C6
(224,228,198)
#E4E8CF
(228,232,207)
#E8ECD8
(232,236,216)
#ECF0E1
(236,240,225)
#F0F4EA
(240,244,234)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD099 color. Also use rgb(204,208,153) instead hex code.

Text Font Color

.myTextColor { color: #CCD099; }

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

This text font color is #CCD099.

Background Color

.myBgColor { background-color: #CCD099; }

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

This div background color is #CCD099.

Border color

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

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

This div border color is #CCD099.

Opacity

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

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

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

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

This text has shadow with #CCD099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD099.

Preview

Color preview on black background

This text has color #CCD099 on black background.


Color preview on white background

This text has color #CCD099 on white background.


Black color preview on #CCD099 background

This text has black color on #CCD099 background.


White color preview on #CCD099 background

This text has white color on #CCD099 background.


Related colors

Complementary color

Complementary color for #hex is #332F66.


I love getcolorcode.com

Triadic colors

1 #99CCD0 and #D099CC with #CCD099 are triadic colors.

2 #99D0CC and #D0CC99 with #CCD099 are triadic colors.