COLOR #C8BEAD

HEX: #C8BEAD
RGB: (200,190,173)

Color info

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

RGB color model

#C8BEAD color RGB value is (200,190,173).

  • red value is 200;
  • green value is 190;
  • blue value is 173.
RGB:
(200,190,173)
(78%,75%,68%)

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 173 of 255 = 68%

200
190
173

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

Portions of RGB colors in percentages

R + G + B =
200 + 190 + 173 = 563 (100%)
R 200 of 563 ~ 35.52%
G 190 of 563 ~ 33.75%
B 173 of 563 ~ 30.73%

%35.52
%33.75
%30.73

CMYK color model

#C8BEAD color CMYK value is (0,5,14,22).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 13.50%
  • key color value is 21.57%
CMYK:
(0,5,14,22)
C0M5Y14K22 
(0%,5%,14%,22%)
(0.00/0.05/0.14/0.22)	

CMYK percentages

%0
%5
%13.5
%21.57

Codes

Color #C8BEAD in popluar color models

C8BEAD
RGB200190173
HSL38°19.71%73.14%
HSB/HSV38°13.50%78.43%
CMYK0.00%5.00%13.50%
21.57%

Color #C8BEAD in popluar number systems.

HEXC8BEAD
Decimal200190173
Binary110010001011111010101101
Octal310276255

Shades and tints

Shades of #C8BEAD

#C8BEAD
(200,190,173)
#B6AD9E
(182,173,158)
#A49C8F
(164,156,143)
#928B80
(146,139,128)
#807A71
(128,122,113)
#6E6962
(110,105,98)
#5C5853
(92,88,83)
#4A4744
(74,71,68)
#383635
(56,54,53)
#262526
(38,37,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #C8BEAD

#C8BEAD
(200,190,173)
#CDC3B4
(205,195,180)
#D2C8BB
(210,200,187)
#D7CDC2
(215,205,194)
#DCD2C9
(220,210,201)
#E1D7D0
(225,215,208)
#E6DCD7
(230,220,215)
#EBE1DE
(235,225,222)
#F0E6E5
(240,230,229)
#F5EBEC
(245,235,236)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BEAD color. Also use rgb(200,190,173) instead hex code.

Text Font Color

.myTextColor { color: #C8BEAD; }

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

This text font color is #C8BEAD.


Background Color

.myBgColor { background-color: #C8BEAD; }

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

This div background color is #C8BEAD.


Border color

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

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

This div border color is #C8BEAD.


Opacity

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

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

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

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

This text has shadow with #C8BEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BEAD on black background.


Color preview on white background

This text has color #C8BEAD on white background.



Black color preview on #C8BEAD background

This text has black color on #C8BEAD background.


White color preview on #C8BEAD background

This text has white color on #C8BEAD background.