COLOR #C2BBD2

HEX: #C2BBD2 RGB: (194,187,210)

Color info

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

RGB color model

#C2BBD2 color RGB value is (194,187,210).

RGB: (194,187,210) (76%, 73%, 82%)

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 210 of 255 = 82%

194
187
210

R + G + B ~ 77%. #C2BBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 187 + 210 = 591 (100%)
R 194 of 591 ~ 32.83%
G 187 of 591 ~ 31.64%
B 210 of 591 ~ 35.53'%

%32.83
%31.64
%35.53

CMYK color model

#C2BBD2 color CMYK value is (8,11,0,18).

  • cyan value is 7.62%
  • magenta value is 10.95%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (8,11,0,18) C8M11Y0K18 (8%,11%,0%,18%) (0.08/0.11/0.00/0.18) 

CMYK percentages

%7.62
%10.95
%0
%17.65

Codes

Color #C2BBD2 in popluar color models

C2 BB D2
RGB 194 187 210
HSL 258° 20.35% 77.84%
HSB/HSV 258° 10.95% 82.35%
CMYK 7.62% 10.95% 0.00%
17.65%

Color #C2BBD2 in popluar number systems.

HEX C2 BB D2
Decimal 194 187 210
Binary 11000010 10111011 11010010
Octal 302 273 322

Shades and tints

Shades of #C2BBD2

#C2BBD2
(194,187,210)
#B1AABF
(177,170,191)
#A099AC
(160,153,172)
#8F8899
(143,136,153)
#7E7786
(126,119,134)
#6D6673
(109,102,115)
#5C5560
(92,85,96)
#4B444D
(75,68,77)
#3A333A
(58,51,58)
#292227
(41,34,39)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #C2BBD2

#C2BBD2
(194,187,210)
#C7C1D6
(199,193,214)
#CCC7DA
(204,199,218)
#D1CDDE
(209,205,222)
#D6D3E2
(214,211,226)
#DBD9E6
(219,217,230)
#E0DFEA
(224,223,234)
#E5E5EE
(229,229,238)
#EAEBF2
(234,235,242)
#EFF1F6
(239,241,246)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BBD2 color. Also use rgb(194,187,210) instead hex code.

Text Font Color

.myTextColor { color: #C2BBD2; }

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

This text font color is #C2BBD2.

Background Color

.myBgColor { background-color: #C2BBD2; }

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

This div background color is #C2BBD2.

Border color

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

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

This div border color is #C2BBD2.

Opacity

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

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

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

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

This text has shadow with #C2BBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BBD2.

Preview

Color preview on black background

This text has color #C2BBD2 on black background.


Color preview on white background

This text has color #C2BBD2 on white background.


Black color preview on #C2BBD2 background

This text has black color on #C2BBD2 background.


White color preview on #C2BBD2 background

This text has white color on #C2BBD2 background.


Related colors

Complementary color

Complementary color for #hex is #3D442D.


I love getcolorcode.com

Triadic colors

1 #D2C2BB and #BBD2C2 with #C2BBD2 are triadic colors.

2 #D2BBC2 and #BBC2D2 with #C2BBD2 are triadic colors.