COLOR #CCD087

HEX: #CCD087
RGB: (204,208,135)

Color info

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

RGB color model

#CCD087 color RGB value is (204,208,135).

  • red value is 204;
  • green value is 208;
  • blue value is 135.
RGB:
(204,208,135)
(80%,82%,53%)

RGB channels and saturation

R 204 of 255 = 80%
G 208 of 255 = 82%
B 135 of 255 = 53%

204
208
135

R + G + B ~ 72%. #CCD087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 208 + 135 = 547 (100%)
R 204 of 547 ~ 37.29%
G 208 of 547 ~ 38.03%
B 135 of 547 ~ 24.68%

%37.29
%38.03
%24.68

CMYK color model

#CCD087 color CMYK value is (2,0,35,18).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 35.10%
  • key color value is 18.43%
CMYK:
(2,0,35,18)
C2M0Y35K18 
(2%,0%,35%,18%)
(0.02/0.00/0.35/0.18)	

CMYK percentages

%1.92
%0
%35.1
%18.43

Codes

Color #CCD087 in popluar color models

CCD087
RGB204208135
HSL63°43.71%67.25%
HSB/HSV63°35.10%81.57%
CMYK1.92%0.00%35.10%
18.43%

Color #CCD087 in popluar number systems.

HEXCCD087
Decimal204208135
Binary110011001101000010000111
Octal314320207

Shades and tints

Shades of #CCD087

#CCD087
(204,208,135)
#BABE7B
(186,190,123)
#A8AC6F
(168,172,111)
#969A63
(150,154,99)
#848857
(132,136,87)
#72764B
(114,118,75)
#60643F
(96,100,63)
#4E5233
(78,82,51)
#3C4027
(60,64,39)
#2A2E1B
(42,46,27)
#181C0F
(24,28,15)
#000000
(0,0,0)

Tints of #CCD087

#CCD087
(204,208,135)
#D0D491
(208,212,145)
#D4D89B
(212,216,155)
#D8DCA5
(216,220,165)
#DCE0AF
(220,224,175)
#E0E4B9
(224,228,185)
#E4E8C3
(228,232,195)
#E8ECCD
(232,236,205)
#ECF0D7
(236,240,215)
#F0F4E1
(240,244,225)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD087; }

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

This text font color is #CCD087.


Background Color

.myBgColor { background-color: #CCD087; }

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

This div background color is #CCD087.


Border color

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

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

This div border color is #CCD087.


Opacity

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

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

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

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

This text has shadow with #CCD087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD087 on black background.


Color preview on white background

This text has color #CCD087 on white background.



Black color preview on #CCD087 background

This text has black color on #CCD087 background.


White color preview on #CCD087 background

This text has white color on #CCD087 background.