COLOR #C4BEB7

HEX: #C4BEB7 RGB: (196,190,183)

Color info

#C4BEB7 contains red, green and blue colors in about the same proportion. Web safe color of #C4BEB7 is #CCCCCC (or #CCC).

RGB color model

#C4BEB7 color RGB value is (196,190,183).

RGB: (196,190,183) (77%, 75%, 72%)

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 183 of 255 = 72%

196
190
183

R + G + B ~ 75%. #C4BEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 190 + 183 = 569 (100%)
R 196 of 569 ~ 34.45%
G 190 of 569 ~ 33.39%
B 183 of 569 ~ 32.16'%

%34.45
%33.39
%32.16

CMYK color model

#C4BEB7 color CMYK value is (0,3,7,23).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 6.63%
  • key color value is 23.14%

CMYK: (0,3,7,23)
C0M3Y7K23 (0%, 3%, 7%, 23%)
(0.00 / 0.03 / 0.07 / 0.23)

CMYK percentages

%0
%3.06
%6.63
%23.14

Codes

Color #C4BEB7 in popluar color models

C4 BE B7
RGB 196 190 183
HSL 32° 9.92% 74.31%
HSB/HSV 32° 6.63% 76.86%
CMYK 0.00% 3.06% 6.63%
23.14%

Color #C4BEB7 in popluar number systems.

HEX C4 BE B7
Decimal 196 190 183
Binary 11000100 10111110 10110111
Octal 304 276 267

Shades and tints

Shades of #C4BEB7

#C4BEB7
(196,190,183)
#B3ADA7
(179,173,167)
#A29C97
(162,156,151)
#918B87
(145,139,135)
#807A77
(128,122,119)
#6F6967
(111,105,103)
#5E5857
(94,88,87)
#4D4747
(77,71,71)
#3C3637
(60,54,55)
#2B2527
(43,37,39)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #C4BEB7

#C4BEB7
(196,190,183)
#C9C3BD
(201,195,189)
#CEC8C3
(206,200,195)
#D3CDC9
(211,205,201)
#D8D2CF
(216,210,207)
#DDD7D5
(221,215,213)
#E2DCDB
(226,220,219)
#E7E1E1
(231,225,225)
#ECE6E7
(236,230,231)
#F1EBED
(241,235,237)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BEB7 color. Also use rgb(196,190,183) instead hex code.

Text Font Color

.myTextColor { color: #C4BEB7; }

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

This text font color is #C4BEB7.

Background Color

.myBgColor { background-color: #C4BEB7; }

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

This div background color is #C4BEB7.

Border color

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

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

This div border color is #C4BEB7.

Opacity

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

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

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

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

This text has shadow with #C4BEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BEB7.

Preview

Color preview on black background

This text has color #C4BEB7 on black background.


Color preview on white background

This text has color #C4BEB7 on white background.


Black color preview on #C4BEB7 background

This text has black color on #C4BEB7 background.


White color preview on #C4BEB7 background

This text has white color on #C4BEB7 background.


Related colors

Complementary color

Complementary color for #hex is #3B4148.


I love getcolorcode.com

Triadic colors

1 #B7C4BE and #BEB7C4 with #C4BEB7 are triadic colors.

2 #B7BEC4 and #BEC4B7 with #C4BEB7 are triadic colors.