COLOR #C2BEC4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

194
190
196

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

Portions of RGB colors in percentages

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

%33.45
%32.76
%33.79

CMYK color model

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

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

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

CMYK percentages

%1.02
%3.06
%0
%23.14

Codes

Color #C2BEC4 in popluar color models

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

Color #C2BEC4 in popluar number systems.

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

Shades and tints

Shades of #C2BEC4

#C2BEC4
(194,190,196)
#B1ADB3
(177,173,179)
#A09CA2
(160,156,162)
#8F8B91
(143,139,145)
#7E7A80
(126,122,128)
#6D696F
(109,105,111)
#5C585E
(92,88,94)
#4B474D
(75,71,77)
#3A363C
(58,54,60)
#29252B
(41,37,43)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #C2BEC4

#C2BEC4
(194,190,196)
#C7C3C9
(199,195,201)
#CCC8CE
(204,200,206)
#D1CDD3
(209,205,211)
#D6D2D8
(214,210,216)
#DBD7DD
(219,215,221)
#E0DCE2
(224,220,226)
#E5E1E7
(229,225,231)
#EAE6EC
(234,230,236)
#EFEBF1
(239,235,241)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BEC4; }

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

This text font color is #C2BEC4.

Background Color

.myBgColor { background-color: #C2BEC4; }

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

This div background color is #C2BEC4.

Border color

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

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

This div border color is #C2BEC4.

Opacity

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

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

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

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

This text has shadow with #C2BEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BEC4.

Preview

Color preview on black background

This text has color #C2BEC4 on black background.


Color preview on white background

This text has color #C2BEC4 on white background.


Black color preview on #C2BEC4 background

This text has black color on #C2BEC4 background.


White color preview on #C2BEC4 background

This text has white color on #C2BEC4 background.


Related colors

Complementary color

Complementary color for #hex is #3D413B.


I love getcolorcode.com

Triadic colors

1 #C4C2BE and #BEC4C2 with #C2BEC4 are triadic colors.

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