COLOR #C0D697

HEX: #C0D697
RGB: (192,214,151)

Color info

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

RGB color model

#C0D697 color RGB value is (192,214,151).

  • red value is 192;
  • green value is 214;
  • blue value is 151.
RGB:
(192,214,151)
(75%,84%,59%)

RGB channels and saturation

R 192 of 255 = 75%
G 214 of 255 = 84%
B 151 of 255 = 59%

192
214
151

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

Portions of RGB colors in percentages

R + G + B =
192 + 214 + 151 = 557 (100%)
R 192 of 557 ~ 34.47%
G 214 of 557 ~ 38.42%
B 151 of 557 ~ 27.11%

%34.47
%38.42
%27.11

CMYK color model

#C0D697 color CMYK value is (10,0,29,16).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 16.08%
CMYK:
(10,0,29,16)
C10M0Y29K16 
(10%,0%,29%,16%)
(0.10/0.00/0.29/0.16)	

CMYK percentages

%10.28
%0
%29.44
%16.08

Codes

Color #C0D697 in popluar color models

C0D697
RGB192214151
HSL81°43.45%71.57%
HSB/HSV81°29.44%83.92%
CMYK10.28%0.00%29.44%
16.08%

Color #C0D697 in popluar number systems.

HEXC0D697
Decimal192214151
Binary110000001101011010010111
Octal300326227

Shades and tints

Shades of #C0D697

#C0D697
(192,214,151)
#AFC38A
(175,195,138)
#9EB07D
(158,176,125)
#8D9D70
(141,157,112)
#7C8A63
(124,138,99)
#6B7756
(107,119,86)
#5A6449
(90,100,73)
#49513C
(73,81,60)
#383E2F
(56,62,47)
#272B22
(39,43,34)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #C0D697

#C0D697
(192,214,151)
#C5D9A0
(197,217,160)
#CADCA9
(202,220,169)
#CFDFB2
(207,223,178)
#D4E2BB
(212,226,187)
#D9E5C4
(217,229,196)
#DEE8CD
(222,232,205)
#E3EBD6
(227,235,214)
#E8EEDF
(232,238,223)
#EDF1E8
(237,241,232)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D697 color. Also use rgb(192,214,151) instead hex code.

Text Font Color

.myTextColor { color: #C0D697; }

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

This text font color is #C0D697.


Background Color

.myBgColor { background-color: #C0D697; }

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

This div background color is #C0D697.


Border color

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

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

This div border color is #C0D697.


Opacity

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

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

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

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

This text has shadow with #C0D697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D697 on black background.


Color preview on white background

This text has color #C0D697 on white background.



Black color preview on #C0D697 background

This text has black color on #C0D697 background.


White color preview on #C0D697 background

This text has white color on #C0D697 background.