COLOR #C0D587

HEX: #C0D587 RGB: (192,213,135)

Color info

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

RGB color model

#C0D587 color RGB value is (192,213,135).

RGB: (192,213,135) (75%, 84%, 53%)

RGB channels and saturation

R 192 of 255 = 75%
G 213 of 255 = 84%
B 135 of 255 = 53%

192
213
135

R + G + B ~ 71%. #C0D587 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 213 + 135 = 540 (100%)
R 192 of 540 ~ 35.56%
G 213 of 540 ~ 39.44%
B 135 of 540 ~ 25'%

%35.56
%39.44
%25

CMYK color model

#C0D587 color CMYK value is (10,0,37,16).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 16.47%

CMYK: (10,0,37,16)
C10M0Y37K16 (10%, 0%, 37%, 16%)
(0.10 / 0.00 / 0.37 / 0.16)

CMYK percentages

%9.86
%0
%36.62
%16.47

Codes

Color #C0D587 in popluar color models

C0 D5 87
RGB 192 213 135
HSL 76° 48.15% 68.24%
HSB/HSV 76° 36.62% 83.53%
CMYK 9.86% 0.00% 36.62%
16.47%

Color #C0D587 in popluar number systems.

HEX C0 D5 87
Decimal 192 213 135
Binary 11000000 11010101 10000111
Octal 300 325 207

Shades and tints

Shades of #C0D587

#C0D587
(192,213,135)
#AFC27B
(175,194,123)
#9EAF6F
(158,175,111)
#8D9C63
(141,156,99)
#7C8957
(124,137,87)
#6B764B
(107,118,75)
#5A633F
(90,99,63)
#495033
(73,80,51)
#383D27
(56,61,39)
#272A1B
(39,42,27)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #C0D587

#C0D587
(192,213,135)
#C5D891
(197,216,145)
#CADB9B
(202,219,155)
#CFDEA5
(207,222,165)
#D4E1AF
(212,225,175)
#D9E4B9
(217,228,185)
#DEE7C3
(222,231,195)
#E3EACD
(227,234,205)
#E8EDD7
(232,237,215)
#EDF0E1
(237,240,225)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D587 color. Also use rgb(192,213,135) instead hex code.

Text Font Color

.myTextColor { color: #C0D587; }

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

This text font color is #C0D587.

Background Color

.myBgColor { background-color: #C0D587; }

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

This div background color is #C0D587.

Border color

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

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

This div border color is #C0D587.

Opacity

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

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

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

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

This text has shadow with #C0D587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0D587.

Preview

Color preview on black background

This text has color #C0D587 on black background.


Color preview on white background

This text has color #C0D587 on white background.


Black color preview on #C0D587 background

This text has black color on #C0D587 background.


White color preview on #C0D587 background

This text has white color on #C0D587 background.


Related colors

Complementary color

Complementary color for #hex is #3F2A78.


I love getcolorcode.com

Triadic colors

1 #87C0D5 and #D587C0 with #C0D587 are triadic colors.

2 #87D5C0 and #D5C087 with #C0D587 are triadic colors.