COLOR #C4BED2

HEX: #C4BED2 RGB: (196,190,210)

Color info

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

RGB color model

#C4BED2 color RGB value is (196,190,210).

RGB: (196,190,210) (77%, 75%, 82%)

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 210 of 255 = 82%

196
190
210

R + G + B ~ 78%. #C4BED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 190 + 210 = 596 (100%)
R 196 of 596 ~ 32.89%
G 190 of 596 ~ 31.88%
B 210 of 596 ~ 35.23'%

%32.89
%31.88
%35.23

CMYK color model

#C4BED2 color CMYK value is (7,10,0,18).

  • cyan value is 6.67%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (7,10,0,18)
C7M10Y0K18 (7%, 10%, 0%, 18%)
(0.07 / 0.10 / 0.00 / 0.18)

CMYK percentages

%6.67
%9.52
%0
%17.65

Codes

Color #C4BED2 in popluar color models

C4 BE D2
RGB 196 190 210
HSL 258° 18.18% 78.43%
HSB/HSV 258° 9.52% 82.35%
CMYK 6.67% 9.52% 0.00%
17.65%

Color #C4BED2 in popluar number systems.

HEX C4 BE D2
Decimal 196 190 210
Binary 11000100 10111110 11010010
Octal 304 276 322

Shades and tints

Shades of #C4BED2

#C4BED2
(196,190,210)
#B3ADBF
(179,173,191)
#A29CAC
(162,156,172)
#918B99
(145,139,153)
#807A86
(128,122,134)
#6F6973
(111,105,115)
#5E5860
(94,88,96)
#4D474D
(77,71,77)
#3C363A
(60,54,58)
#2B2527
(43,37,39)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #C4BED2

#C4BED2
(196,190,210)
#C9C3D6
(201,195,214)
#CEC8DA
(206,200,218)
#D3CDDE
(211,205,222)
#D8D2E2
(216,210,226)
#DDD7E6
(221,215,230)
#E2DCEA
(226,220,234)
#E7E1EE
(231,225,238)
#ECE6F2
(236,230,242)
#F1EBF6
(241,235,246)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BED2; }

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

This text font color is #C4BED2.

Background Color

.myBgColor { background-color: #C4BED2; }

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

This div background color is #C4BED2.

Border color

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

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

This div border color is #C4BED2.

Opacity

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

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

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

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

This text has shadow with #C4BED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BED2.

Preview

Color preview on black background

This text has color #C4BED2 on black background.


Color preview on white background

This text has color #C4BED2 on white background.


Black color preview on #C4BED2 background

This text has black color on #C4BED2 background.


White color preview on #C4BED2 background

This text has white color on #C4BED2 background.


Related colors

Complementary color

Complementary color for #hex is #3B412D.


I love getcolorcode.com

Triadic colors

1 #D2C4BE and #BED2C4 with #C4BED2 are triadic colors.

2 #D2BEC4 and #BEC4D2 with #C4BED2 are triadic colors.