COLOR #C7BEA5

HEX: #C7BEA5 RGB: (199,190,165)

Color info

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

RGB color model

#C7BEA5 color RGB value is (199,190,165).

RGB: (199,190,165) (78%, 75%, 65%)

RGB channels and saturation

R 199 of 255 = 78%
G 190 of 255 = 75%
B 165 of 255 = 65%

199
190
165

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

Portions of RGB colors in percentages

R + G + B = 199 + 190 + 165 = 554 (100%)
R 199 of 554 ~ 35.92%
G 190 of 554 ~ 34.3%
B 165 of 554 ~ 29.78'%

%35.92
%34.3
%29.78

CMYK color model

#C7BEA5 color CMYK value is (0,5,17,22).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 17.09%
  • key color value is 21.96%

CMYK: (0,5,17,22)
C0M5Y17K22 (0%, 5%, 17%, 22%)
(0.00 / 0.05 / 0.17 / 0.22)

CMYK percentages

%0
%4.52
%17.09
%21.96

Codes

Color #C7BEA5 in popluar color models

C7 BE A5
RGB 199 190 165
HSL 44° 23.29% 71.37%
HSB/HSV 44° 17.09% 78.04%
CMYK 0.00% 4.52% 17.09%
21.96%

Color #C7BEA5 in popluar number systems.

HEX C7 BE A5
Decimal 199 190 165
Binary 11000111 10111110 10100101
Octal 307 276 245

Shades and tints

Shades of #C7BEA5

#C7BEA5
(199,190,165)
#B5AD96
(181,173,150)
#A39C87
(163,156,135)
#918B78
(145,139,120)
#7F7A69
(127,122,105)
#6D695A
(109,105,90)
#5B584B
(91,88,75)
#49473C
(73,71,60)
#37362D
(55,54,45)
#25251E
(37,37,30)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #C7BEA5

#C7BEA5
(199,190,165)
#CCC3AD
(204,195,173)
#D1C8B5
(209,200,181)
#D6CDBD
(214,205,189)
#DBD2C5
(219,210,197)
#E0D7CD
(224,215,205)
#E5DCD5
(229,220,213)
#EAE1DD
(234,225,221)
#EFE6E5
(239,230,229)
#F4EBED
(244,235,237)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BEA5 color. Also use rgb(199,190,165) instead hex code.

Text Font Color

.myTextColor { color: #C7BEA5; }

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

This text font color is #C7BEA5.

Background Color

.myBgColor { background-color: #C7BEA5; }

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

This div background color is #C7BEA5.

Border color

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

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

This div border color is #C7BEA5.

Opacity

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

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

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

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

This text has shadow with #C7BEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BEA5.

Preview

Color preview on black background

This text has color #C7BEA5 on black background.


Color preview on white background

This text has color #C7BEA5 on white background.


Black color preview on #C7BEA5 background

This text has black color on #C7BEA5 background.


White color preview on #C7BEA5 background

This text has white color on #C7BEA5 background.


Related colors

Complementary color

Complementary color for #hex is #38415A.


I love getcolorcode.com

Triadic colors

1 #A5C7BE and #BEA5C7 with #C7BEA5 are triadic colors.

2 #A5BEC7 and #BEC7A5 with #C7BEA5 are triadic colors.