COLOR #C0D188

HEX: #C0D188
RGB: (192,209,136)

Color info

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

RGB color model

#C0D188 color RGB value is (192,209,136).

  • red value is 192;
  • green value is 209;
  • blue value is 136.
RGB:
(192,209,136)
(75%,82%,53%)

RGB channels and saturation

R 192 of 255 = 75%
G 209 of 255 = 82%
B 136 of 255 = 53%

192
209
136

R + G + B ~ 70%. #C0D188 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 209 + 136 = 537 (100%)
R 192 of 537 ~ 35.75%
G 209 of 537 ~ 38.92%
B 136 of 537 ~ 25.33%

%35.75
%38.92
%25.33

CMYK color model

#C0D188 color CMYK value is (8,0,35,18).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 34.93%
  • key color value is 18.04%
CMYK:
(8,0,35,18)
C8M0Y35K18 
(8%,0%,35%,18%)
(0.08/0.00/0.35/0.18)	

CMYK percentages

%8.13
%0
%34.93
%18.04

Codes

Color #C0D188 in popluar color models

C0D188
RGB192209136
HSL74°44.24%67.65%
HSB/HSV74°34.93%81.96%
CMYK8.13%0.00%34.93%
18.04%

Color #C0D188 in popluar number systems.

HEXC0D188
Decimal192209136
Binary110000001101000110001000
Octal300321210

Shades and tints

Shades of #C0D188

#C0D188
(192,209,136)
#AFBE7C
(175,190,124)
#9EAB70
(158,171,112)
#8D9864
(141,152,100)
#7C8558
(124,133,88)
#6B724C
(107,114,76)
#5A5F40
(90,95,64)
#494C34
(73,76,52)
#383928
(56,57,40)
#27261C
(39,38,28)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #C0D188

#C0D188
(192,209,136)
#C5D592
(197,213,146)
#CAD99C
(202,217,156)
#CFDDA6
(207,221,166)
#D4E1B0
(212,225,176)
#D9E5BA
(217,229,186)
#DEE9C4
(222,233,196)
#E3EDCE
(227,237,206)
#E8F1D8
(232,241,216)
#EDF5E2
(237,245,226)
#F2F9EC
(242,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D188 color. Also use rgb(192,209,136) instead hex code.

Text Font Color

.myTextColor { color: #C0D188; }

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

This text font color is #C0D188.


Background Color

.myBgColor { background-color: #C0D188; }

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

This div background color is #C0D188.


Border color

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

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

This div border color is #C0D188.


Opacity

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

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

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

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

This text has shadow with #C0D188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D188 on black background.


Color preview on white background

This text has color #C0D188 on white background.



Black color preview on #C0D188 background

This text has black color on #C0D188 background.


White color preview on #C0D188 background

This text has white color on #C0D188 background.