COLOR #C7BDA8

HEX: #C7BDA8
RGB: (199,189,168)

Color info

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

RGB color model

#C7BDA8 color RGB value is (199,189,168).

  • red value is 199;
  • green value is 189;
  • blue value is 168.
RGB:
(199,189,168)
(78%,74%,66%)

RGB channels and saturation

R 199 of 255 = 78%
G 189 of 255 = 74%
B 168 of 255 = 66%

199
189
168

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

Portions of RGB colors in percentages

R + G + B =
199 + 189 + 168 = 556 (100%)
R 199 of 556 ~ 35.79%
G 189 of 556 ~ 33.99%
B 168 of 556 ~ 30.22%

%35.79
%33.99
%30.22

CMYK color model

#C7BDA8 color CMYK value is (0,5,16,22).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 15.58%
  • key color value is 21.96%
CMYK:
(0,5,16,22)
C0M5Y16K22 
(0%,5%,16%,22%)
(0.00/0.05/0.16/0.22)	

CMYK percentages

%0
%5.03
%15.58
%21.96

Codes

Color #C7BDA8 in popluar color models

C7BDA8
RGB199189168
HSL41°21.68%71.96%
HSB/HSV41°15.58%78.04%
CMYK0.00%5.03%15.58%
21.96%

Color #C7BDA8 in popluar number systems.

HEXC7BDA8
Decimal199189168
Binary110001111011110110101000
Octal307275250

Shades and tints

Shades of #C7BDA8

#C7BDA8
(199,189,168)
#B5AC99
(181,172,153)
#A39B8A
(163,155,138)
#918A7B
(145,138,123)
#7F796C
(127,121,108)
#6D685D
(109,104,93)
#5B574E
(91,87,78)
#49463F
(73,70,63)
#373530
(55,53,48)
#252421
(37,36,33)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #C7BDA8

#C7BDA8
(199,189,168)
#CCC3AF
(204,195,175)
#D1C9B6
(209,201,182)
#D6CFBD
(214,207,189)
#DBD5C4
(219,213,196)
#E0DBCB
(224,219,203)
#E5E1D2
(229,225,210)
#EAE7D9
(234,231,217)
#EFEDE0
(239,237,224)
#F4F3E7
(244,243,231)
#F9F9EE
(249,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BDA8 color. Also use rgb(199,189,168) instead hex code.

Text Font Color

.myTextColor { color: #C7BDA8; }

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

This text font color is #C7BDA8.


Background Color

.myBgColor { background-color: #C7BDA8; }

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

This div background color is #C7BDA8.


Border color

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

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

This div border color is #C7BDA8.


Opacity

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

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

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

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

This text has shadow with #C7BDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BDA8 on black background.


Color preview on white background

This text has color #C7BDA8 on white background.



Black color preview on #C7BDA8 background

This text has black color on #C7BDA8 background.


White color preview on #C7BDA8 background

This text has white color on #C7BDA8 background.