COLOR #C8BEAE

HEX: #C8BEAE RGB: (200,190,174)

Color info

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

RGB color model

#C8BEAE color RGB value is (200,190,174).

RGB: (200,190,174) (78%, 75%, 68%)

RGB channels and saturation

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

200
190
174

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

Portions of RGB colors in percentages

R + G + B = 200 + 190 + 174 = 564 (100%)
R 200 of 564 ~ 35.46%
G 190 of 564 ~ 33.69%
B 174 of 564 ~ 30.85'%

%35.46
%33.69
%30.85

CMYK color model

#C8BEAE color CMYK value is (0,5,13,22).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 13.00%
  • key color value is 21.57%
CMYK: (0,5,13,22) C0M5Y13K22 (0%,5%,13%,22%) (0.00/0.05/0.13/0.22) 

CMYK percentages

%0
%5
%13
%21.57

Codes

Color #C8BEAE in popluar color models

C8 BE AE
RGB 200 190 174
HSL 37° 19.12% 73.33%
HSB/HSV 37° 13.00% 78.43%
CMYK 0.00% 5.00% 13.00%
21.57%

Color #C8BEAE in popluar number systems.

HEX C8 BE AE
Decimal 200 190 174
Binary 11001000 10111110 10101110
Octal 310 276 256

Shades and tints

Shades of #C8BEAE

#C8BEAE
(200,190,174)
#B6AD9F
(182,173,159)
#A49C90
(164,156,144)
#928B81
(146,139,129)
#807A72
(128,122,114)
#6E6963
(110,105,99)
#5C5854
(92,88,84)
#4A4745
(74,71,69)
#383636
(56,54,54)
#262527
(38,37,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #C8BEAE

#C8BEAE
(200,190,174)
#CDC3B5
(205,195,181)
#D2C8BC
(210,200,188)
#D7CDC3
(215,205,195)
#DCD2CA
(220,210,202)
#E1D7D1
(225,215,209)
#E6DCD8
(230,220,216)
#EBE1DF
(235,225,223)
#F0E6E6
(240,230,230)
#F5EBED
(245,235,237)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BEAE; }

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

This text font color is #C8BEAE.

Background Color

.myBgColor { background-color: #C8BEAE; }

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

This div background color is #C8BEAE.

Border color

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

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

This div border color is #C8BEAE.

Opacity

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

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

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

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

This text has shadow with #C8BEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BEAE.

Preview

Color preview on black background

This text has color #C8BEAE on black background.


Color preview on white background

This text has color #C8BEAE on white background.


Black color preview on #C8BEAE background

This text has black color on #C8BEAE background.


White color preview on #C8BEAE background

This text has white color on #C8BEAE background.


Related colors

Complementary color

Complementary color for #hex is #374151.


I love getcolorcode.com

Triadic colors

1 #AEC8BE and #BEAEC8 with #C8BEAE are triadic colors.

2 #AEBEC8 and #BEC8AE with #C8BEAE are triadic colors.