COLOR #C2B9E5

HEX: #C2B9E5
RGB: (194,185,229)

Color info

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

RGB color model

#C2B9E5 color RGB value is (194,185,229).

  • red value is 194;
  • green value is 185;
  • blue value is 229.
RGB:
(194,185,229)
(76%,73%,90%)

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 229 of 255 = 90%

194
185
229

R + G + B ~ 80%. #C2B9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 185 + 229 = 608 (100%)
R 194 of 608 ~ 31.91%
G 185 of 608 ~ 30.43%
B 229 of 608 ~ 37.66%

%31.91
%30.43
%37.66

CMYK color model

#C2B9E5 color CMYK value is (15,19,0,10).

  • cyan value is 15.28%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(15,19,0,10)
C15M19Y0K10 
(15%,19%,0%,10%)
(0.15/0.19/0.00/0.10)	

CMYK percentages

%15.28
%19.21
%0
%10.2

Codes

Color #C2B9E5 in popluar color models

C2B9E5
RGB194185229
HSL252°45.83%81.18%
HSB/HSV252°19.21%89.80%
CMYK15.28%19.21%0.00%
10.20%

Color #C2B9E5 in popluar number systems.

HEXC2B9E5
Decimal194185229
Binary110000101011100111100101
Octal302271345

Shades and tints

Shades of #C2B9E5

#C2B9E5
(194,185,229)
#B1A9D1
(177,169,209)
#A099BD
(160,153,189)
#8F89A9
(143,137,169)
#7E7995
(126,121,149)
#6D6981
(109,105,129)
#5C596D
(92,89,109)
#4B4959
(75,73,89)
#3A3945
(58,57,69)
#292931
(41,41,49)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #C2B9E5

#C2B9E5
(194,185,229)
#C7BFE7
(199,191,231)
#CCC5E9
(204,197,233)
#D1CBEB
(209,203,235)
#D6D1ED
(214,209,237)
#DBD7EF
(219,215,239)
#E0DDF1
(224,221,241)
#E5E3F3
(229,227,243)
#EAE9F5
(234,233,245)
#EFEFF7
(239,239,247)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B9E5 color. Also use rgb(194,185,229) instead hex code.

Text Font Color

.myTextColor { color: #C2B9E5; }

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

This text font color is #C2B9E5.


Background Color

.myBgColor { background-color: #C2B9E5; }

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

This div background color is #C2B9E5.


Border color

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

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

This div border color is #C2B9E5.


Opacity

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

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

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

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

This text has shadow with #C2B9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B9E5 on black background.


Color preview on white background

This text has color #C2B9E5 on white background.



Black color preview on #C2B9E5 background

This text has black color on #C2B9E5 background.


White color preview on #C2B9E5 background

This text has white color on #C2B9E5 background.