COLOR #C8D693

HEX: #C8D693
RGB: (200,214,147)

Color info

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

RGB color model

#C8D693 color RGB value is (200,214,147).

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

RGB channels and saturation

R 200 of 255 = 78%
G 214 of 255 = 84%
B 147 of 255 = 58%

200
214
147

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

Portions of RGB colors in percentages

R + G + B =
200 + 214 + 147 = 561 (100%)
R 200 of 561 ~ 35.65%
G 214 of 561 ~ 38.15%
B 147 of 561 ~ 26.2%

%35.65
%38.15
%26.2

CMYK color model

#C8D693 color CMYK value is (7,0,31,16).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(7,0,31,16)
C7M0Y31K16 
(7%,0%,31%,16%)
(0.07/0.00/0.31/0.16)	

CMYK percentages

%6.54
%0
%31.31
%16.08

Codes

Color #C8D693 in popluar color models

C8D693
RGB200214147
HSL73°44.97%70.78%
HSB/HSV73°31.31%83.92%
CMYK6.54%0.00%31.31%
16.08%

Color #C8D693 in popluar number systems.

HEXC8D693
Decimal200214147
Binary110010001101011010010011
Octal310326223

Shades and tints

Shades of #C8D693

#C8D693
(200,214,147)
#B6C386
(182,195,134)
#A4B079
(164,176,121)
#929D6C
(146,157,108)
#808A5F
(128,138,95)
#6E7752
(110,119,82)
#5C6445
(92,100,69)
#4A5138
(74,81,56)
#383E2B
(56,62,43)
#262B1E
(38,43,30)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #C8D693

#C8D693
(200,214,147)
#CDD99C
(205,217,156)
#D2DCA5
(210,220,165)
#D7DFAE
(215,223,174)
#DCE2B7
(220,226,183)
#E1E5C0
(225,229,192)
#E6E8C9
(230,232,201)
#EBEBD2
(235,235,210)
#F0EEDB
(240,238,219)
#F5F1E4
(245,241,228)
#FAF4ED
(250,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D693; }

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

This text font color is #C8D693.


Background Color

.myBgColor { background-color: #C8D693; }

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

This div background color is #C8D693.


Border color

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

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

This div border color is #C8D693.


Opacity

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

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

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

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

This text has shadow with #C8D693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D693 on black background.


Color preview on white background

This text has color #C8D693 on white background.



Black color preview on #C8D693 background

This text has black color on #C8D693 background.


White color preview on #C8D693 background

This text has white color on #C8D693 background.