COLOR #C2BBD4

HEX: #C2BBD4
RGB: (194,187,212)

Color info

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

RGB color model

#C2BBD4 color RGB value is (194,187,212).

  • red value is 194;
  • green value is 187;
  • blue value is 212.
RGB:
(194,187,212)
(76%,73%,83%)

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 212 of 255 = 83%

194
187
212

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

Portions of RGB colors in percentages

R + G + B =
194 + 187 + 212 = 593 (100%)
R 194 of 593 ~ 32.72%
G 187 of 593 ~ 31.53%
B 212 of 593 ~ 35.75%

%32.72
%31.53
%35.75

CMYK color model

#C2BBD4 color CMYK value is (8,12,0,17).

  • cyan value is 8.49%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(8,12,0,17)
C8M12Y0K17 
(8%,12%,0%,17%)
(0.08/0.12/0.00/0.17)	

CMYK percentages

%8.49
%11.79
%0
%16.86

Codes

Color #C2BBD4 in popluar color models

C2BBD4
RGB194187212
HSL257°22.52%78.24%
HSB/HSV257°11.79%83.14%
CMYK8.49%11.79%0.00%
16.86%

Color #C2BBD4 in popluar number systems.

HEXC2BBD4
Decimal194187212
Binary110000101011101111010100
Octal302273324

Shades and tints

Shades of #C2BBD4

#C2BBD4
(194,187,212)
#B1AAC1
(177,170,193)
#A099AE
(160,153,174)
#8F889B
(143,136,155)
#7E7788
(126,119,136)
#6D6675
(109,102,117)
#5C5562
(92,85,98)
#4B444F
(75,68,79)
#3A333C
(58,51,60)
#292229
(41,34,41)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #C2BBD4

#C2BBD4
(194,187,212)
#C7C1D7
(199,193,215)
#CCC7DA
(204,199,218)
#D1CDDD
(209,205,221)
#D6D3E0
(214,211,224)
#DBD9E3
(219,217,227)
#E0DFE6
(224,223,230)
#E5E5E9
(229,229,233)
#EAEBEC
(234,235,236)
#EFF1EF
(239,241,239)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BBD4; }

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

This text font color is #C2BBD4.


Background Color

.myBgColor { background-color: #C2BBD4; }

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

This div background color is #C2BBD4.


Border color

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

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

This div border color is #C2BBD4.


Opacity

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

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

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

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

This text has shadow with #C2BBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BBD4 on black background.


Color preview on white background

This text has color #C2BBD4 on white background.



Black color preview on #C2BBD4 background

This text has black color on #C2BBD4 background.


White color preview on #C2BBD4 background

This text has white color on #C2BBD4 background.