COLOR #C4BEB2

HEX: #C4BEB2 RGB: (196,190,178)

Color info

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

RGB color model

#C4BEB2 color RGB value is (196,190,178).

RGB: (196,190,178) (77%, 75%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 178 of 255 = 70%

196
190
178

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

Portions of RGB colors in percentages

R + G + B = 196 + 190 + 178 = 564 (100%)
R 196 of 564 ~ 34.75%
G 190 of 564 ~ 33.69%
B 178 of 564 ~ 31.56'%

%34.75
%33.69
%31.56

CMYK color model

#C4BEB2 color CMYK value is (0,3,9,23).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 9.18%
  • key color value is 23.14%
CMYK: (0,3,9,23) C0M3Y9K23 (0%,3%,9%,23%) (0.00/0.03/0.09/0.23) 

CMYK percentages

%0
%3.06
%9.18
%23.14

Codes

Color #C4BEB2 in popluar color models

C4 BE B2
RGB 196 190 178
HSL 40° 13.24% 73.33%
HSB/HSV 40° 9.18% 76.86%
CMYK 0.00% 3.06% 9.18%
23.14%

Color #C4BEB2 in popluar number systems.

HEX C4 BE B2
Decimal 196 190 178
Binary 11000100 10111110 10110010
Octal 304 276 262

Shades and tints

Shades of #C4BEB2

#C4BEB2
(196,190,178)
#B3ADA2
(179,173,162)
#A29C92
(162,156,146)
#918B82
(145,139,130)
#807A72
(128,122,114)
#6F6962
(111,105,98)
#5E5852
(94,88,82)
#4D4742
(77,71,66)
#3C3632
(60,54,50)
#2B2522
(43,37,34)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #C4BEB2

#C4BEB2
(196,190,178)
#C9C3B9
(201,195,185)
#CEC8C0
(206,200,192)
#D3CDC7
(211,205,199)
#D8D2CE
(216,210,206)
#DDD7D5
(221,215,213)
#E2DCDC
(226,220,220)
#E7E1E3
(231,225,227)
#ECE6EA
(236,230,234)
#F1EBF1
(241,235,241)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BEB2; }

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

This text font color is #C4BEB2.

Background Color

.myBgColor { background-color: #C4BEB2; }

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

This div background color is #C4BEB2.

Border color

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

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

This div border color is #C4BEB2.

Opacity

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

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

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

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

This text has shadow with #C4BEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BEB2.

Preview

Color preview on black background

This text has color #C4BEB2 on black background.


Color preview on white background

This text has color #C4BEB2 on white background.


Black color preview on #C4BEB2 background

This text has black color on #C4BEB2 background.


White color preview on #C4BEB2 background

This text has white color on #C4BEB2 background.


Related colors

Complementary color

Complementary color for #hex is #3B414D.


I love getcolorcode.com

Triadic colors

1 #B2C4BE and #BEB2C4 with #C4BEB2 are triadic colors.

2 #B2BEC4 and #BEC4B2 with #C4BEB2 are triadic colors.