COLOR #C8D69B

HEX: #C8D69B
RGB: (200,214,155)

Color info

#C8D69B contains red, green and blue colors in about the same proportion. Web safe color of #C8D69B is #CCCC99 (or #CC9).

RGB color model

#C8D69B color RGB value is (200,214,155).

  • red value is 200;
  • green value is 214;
  • blue value is 155.
RGB:
(200,214,155)
(78%,84%,61%)

RGB channels and saturation

R 200 of 255 = 78%
G 214 of 255 = 84%
B 155 of 255 = 61%

200
214
155

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

Portions of RGB colors in percentages

R + G + B =
200 + 214 + 155 = 569 (100%)
R 200 of 569 ~ 35.15%
G 214 of 569 ~ 37.61%
B 155 of 569 ~ 27.24%

%35.15
%37.61
%27.24

CMYK color model

#C8D69B color CMYK value is (7,0,28,16).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 27.57%
  • key color value is 16.08%
CMYK:
(7,0,28,16)
C7M0Y28K16 
(7%,0%,28%,16%)
(0.07/0.00/0.28/0.16)	

CMYK percentages

%6.54
%0
%27.57
%16.08

Codes

Color #C8D69B in popluar color models

C8D69B
RGB200214155
HSL74°41.84%72.35%
HSB/HSV74°27.57%83.92%
CMYK6.54%0.00%27.57%
16.08%

Color #C8D69B in popluar number systems.

HEXC8D69B
Decimal200214155
Binary110010001101011010011011
Octal310326233

Shades and tints

Shades of #C8D69B

#C8D69B
(200,214,155)
#B6C38D
(182,195,141)
#A4B07F
(164,176,127)
#929D71
(146,157,113)
#808A63
(128,138,99)
#6E7755
(110,119,85)
#5C6447
(92,100,71)
#4A5139
(74,81,57)
#383E2B
(56,62,43)
#262B1D
(38,43,29)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #C8D69B

#C8D69B
(200,214,155)
#CDD9A4
(205,217,164)
#D2DCAD
(210,220,173)
#D7DFB6
(215,223,182)
#DCE2BF
(220,226,191)
#E1E5C8
(225,229,200)
#E6E8D1
(230,232,209)
#EBEBDA
(235,235,218)
#F0EEE3
(240,238,227)
#F5F1EC
(245,241,236)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D69B color. Also use rgb(200,214,155) instead hex code.

Text Font Color

.myTextColor { color: #C8D69B; }

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

This text font color is #C8D69B.


Background Color

.myBgColor { background-color: #C8D69B; }

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

This div background color is #C8D69B.


Border color

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

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

This div border color is #C8D69B.


Opacity

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

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

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

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

This text has shadow with #C8D69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D69B on black background.


Color preview on white background

This text has color #C8D69B on white background.



Black color preview on #C8D69B background

This text has black color on #C8D69B background.


White color preview on #C8D69B background

This text has white color on #C8D69B background.