COLOR #C4BEC2

HEX: #C4BEC2 RGB: (196,190,194)

Color info

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

RGB color model

#C4BEC2 color RGB value is (196,190,194).

RGB: (196,190,194) (77%, 75%, 76%)

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 194 of 255 = 76%

196
190
194

R + G + B ~ 76%. #C4BEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 190 + 194 = 580 (100%)
R 196 of 580 ~ 33.79%
G 190 of 580 ~ 32.76%
B 194 of 580 ~ 33.45'%

%33.79
%32.76
%33.45

CMYK color model

#C4BEC2 color CMYK value is (0,3,1,23).

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

CMYK: (0,3,1,23)
C0M3Y1K23 (0%, 3%, 1%, 23%)
(0.00 / 0.03 / 0.01 / 0.23)

CMYK percentages

%0
%3.06
%1.02
%23.14

Codes

Color #C4BEC2 in popluar color models

C4 BE C2
RGB 196 190 194
HSL 320° 4.84% 75.69%
HSB/HSV 320° 3.06% 76.86%
CMYK 0.00% 3.06% 1.02%
23.14%

Color #C4BEC2 in popluar number systems.

HEX C4 BE C2
Decimal 196 190 194
Binary 11000100 10111110 11000010
Octal 304 276 302

Shades and tints

Shades of #C4BEC2

#C4BEC2
(196,190,194)
#B3ADB1
(179,173,177)
#A29CA0
(162,156,160)
#918B8F
(145,139,143)
#807A7E
(128,122,126)
#6F696D
(111,105,109)
#5E585C
(94,88,92)
#4D474B
(77,71,75)
#3C363A
(60,54,58)
#2B2529
(43,37,41)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C4BEC2

#C4BEC2
(196,190,194)
#C9C3C7
(201,195,199)
#CEC8CC
(206,200,204)
#D3CDD1
(211,205,209)
#D8D2D6
(216,210,214)
#DDD7DB
(221,215,219)
#E2DCE0
(226,220,224)
#E7E1E5
(231,225,229)
#ECE6EA
(236,230,234)
#F1EBEF
(241,235,239)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BEC2; }

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

This text font color is #C4BEC2.

Background Color

.myBgColor { background-color: #C4BEC2; }

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

This div background color is #C4BEC2.

Border color

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

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

This div border color is #C4BEC2.

Opacity

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

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

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

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

This text has shadow with #C4BEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BEC2.

Preview

Color preview on black background

This text has color #C4BEC2 on black background.


Color preview on white background

This text has color #C4BEC2 on white background.


Black color preview on #C4BEC2 background

This text has black color on #C4BEC2 background.


White color preview on #C4BEC2 background

This text has white color on #C4BEC2 background.


Related colors

Complementary color

Complementary color for #hex is #3B413D.


I love getcolorcode.com

Triadic colors

1 #C2C4BE and #BEC2C4 with #C4BEC2 are triadic colors.

2 #C2BEC4 and #BEC4C2 with #C4BEC2 are triadic colors.