COLOR #C8DB95

HEX: #C8DB95
RGB: (200,219,149)

Color info

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

RGB color model

#C8DB95 color RGB value is (200,219,149).

  • red value is 200;
  • green value is 219;
  • blue value is 149.
RGB:
(200,219,149)
(78%,86%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 219 of 255 = 86%
B 149 of 255 = 58%

200
219
149

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

Portions of RGB colors in percentages

R + G + B =
200 + 219 + 149 = 568 (100%)
R 200 of 568 ~ 35.21%
G 219 of 568 ~ 38.56%
B 149 of 568 ~ 26.23%

%35.21
%38.56
%26.23

CMYK color model

#C8DB95 color CMYK value is (9,0,32,14).

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 14.12%
CMYK:
(9,0,32,14)
C9M0Y32K14 
(9%,0%,32%,14%)
(0.09/0.00/0.32/0.14)	

CMYK percentages

%8.68
%0
%31.96
%14.12

Codes

Color #C8DB95 in popluar color models

C8DB95
RGB200219149
HSL76°49.30%72.16%
HSB/HSV76°31.96%85.88%
CMYK8.68%0.00%31.96%
14.12%

Color #C8DB95 in popluar number systems.

HEXC8DB95
Decimal200219149
Binary110010001101101110010101
Octal310333225

Shades and tints

Shades of #C8DB95

#C8DB95
(200,219,149)
#B6C888
(182,200,136)
#A4B57B
(164,181,123)
#92A26E
(146,162,110)
#808F61
(128,143,97)
#6E7C54
(110,124,84)
#5C6947
(92,105,71)
#4A563A
(74,86,58)
#38432D
(56,67,45)
#263020
(38,48,32)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #C8DB95

#C8DB95
(200,219,149)
#CDDE9E
(205,222,158)
#D2E1A7
(210,225,167)
#D7E4B0
(215,228,176)
#DCE7B9
(220,231,185)
#E1EAC2
(225,234,194)
#E6EDCB
(230,237,203)
#EBF0D4
(235,240,212)
#F0F3DD
(240,243,221)
#F5F6E6
(245,246,230)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DB95 color. Also use rgb(200,219,149) instead hex code.

Text Font Color

.myTextColor { color: #C8DB95; }

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

This text font color is #C8DB95.


Background Color

.myBgColor { background-color: #C8DB95; }

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

This div background color is #C8DB95.


Border color

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

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

This div border color is #C8DB95.


Opacity

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

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

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

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

This text has shadow with #C8DB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DB95 on black background.


Color preview on white background

This text has color #C8DB95 on white background.



Black color preview on #C8DB95 background

This text has black color on #C8DB95 background.


White color preview on #C8DB95 background

This text has white color on #C8DB95 background.