COLOR #C88D7E

HEX: #C88D7E
RGB: (200,141,126)

Color info

#C88D7E contains mainly red and green colors. Web safe color of #C88D7E is #CC9966 (or #C96).

RGB color model

#C88D7E color RGB value is (200,141,126).

  • red value is 200;
  • green value is 141;
  • blue value is 126.
RGB:
(200,141,126)
(78%,55%,49%)

RGB channels and saturation

R 200 of 255 = 78%
G 141 of 255 = 55%
B 126 of 255 = 49%

200
141
126

R + G + B ~ 61%. #C88D7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 141 + 126 = 467 (100%)
R 200 of 467 ~ 42.83%
G 141 of 467 ~ 30.19%
B 126 of 467 ~ 26.98%

%42.83
%30.19
%26.98

CMYK color model

#C88D7E color CMYK value is (0,30,37,22).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 37.00%
  • key color value is 21.57%
CMYK:
(0,30,37,22)
C0M30Y37K22 
(0%,30%,37%,22%)
(0.00/0.30/0.37/0.22)	

CMYK percentages

%0
%29.5
%37
%21.57

Codes

Color #C88D7E in popluar color models

C88D7E
RGB200141126
HSL12°40.22%63.92%
HSB/HSV12°37.00%78.43%
CMYK0.00%29.50%37.00%
21.57%

Color #C88D7E in popluar number systems.

HEXC88D7E
Decimal200141126
Binary11001000100011011111110
Octal310215176

Shades and tints

Shades of #C88D7E

#C88D7E
(200,141,126)
#B68173
(182,129,115)
#A47568
(164,117,104)
#92695D
(146,105,93)
#805D52
(128,93,82)
#6E5147
(110,81,71)
#5C453C
(92,69,60)
#4A3931
(74,57,49)
#382D26
(56,45,38)
#26211B
(38,33,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #C88D7E

#C88D7E
(200,141,126)
#CD9789
(205,151,137)
#D2A194
(210,161,148)
#D7AB9F
(215,171,159)
#DCB5AA
(220,181,170)
#E1BFB5
(225,191,181)
#E6C9C0
(230,201,192)
#EBD3CB
(235,211,203)
#F0DDD6
(240,221,214)
#F5E7E1
(245,231,225)
#FAF1EC
(250,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88D7E color. Also use rgb(200,141,126) instead hex code.

Text Font Color

.myTextColor { color: #C88D7E; }

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

This text font color is #C88D7E.


Background Color

.myBgColor { background-color: #C88D7E; }

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

This div background color is #C88D7E.


Border color

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

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

This div border color is #C88D7E.


Opacity

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

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

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

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

This text has shadow with #C88D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88D7E on black background.


Color preview on white background

This text has color #C88D7E on white background.



Black color preview on #C88D7E background

This text has black color on #C88D7E background.


White color preview on #C88D7E background

This text has white color on #C88D7E background.