COLOR #C5B2E9

HEX: #C5B2E9
RGB: (197,178,233)

Color info

#C5B2E9 contains red, green and blue colors in about the same proportion. Web safe color of #C5B2E9 is #CC99FF (or #C9F).

RGB color model

#C5B2E9 color RGB value is (197,178,233).

  • red value is 197;
  • green value is 178;
  • blue value is 233.
RGB:
(197,178,233)
(77%,70%,91%)

RGB channels and saturation

R 197 of 255 = 77%
G 178 of 255 = 70%
B 233 of 255 = 91%

197
178
233

R + G + B ~ 79%. #C5B2E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 178 + 233 = 608 (100%)
R 197 of 608 ~ 32.4%
G 178 of 608 ~ 29.28%
B 233 of 608 ~ 38.32%

%32.4
%29.28
%38.32

CMYK color model

#C5B2E9 color CMYK value is (15,24,0,9).

  • cyan value is 15.45%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(15,24,0,9)
C15M24Y0K9 
(15%,24%,0%,9%)
(0.15/0.24/0.00/0.09)	

CMYK percentages

%15.45
%23.61
%0
%8.63

Codes

Color #C5B2E9 in popluar color models

C5B2E9
RGB197178233
HSL261°55.56%80.59%
HSB/HSV261°23.61%91.37%
CMYK15.45%23.61%0.00%
8.63%

Color #C5B2E9 in popluar number systems.

HEXC5B2E9
Decimal197178233
Binary110001011011001011101001
Octal305262351

Shades and tints

Shades of #C5B2E9

#C5B2E9
(197,178,233)
#B4A2D4
(180,162,212)
#A392BF
(163,146,191)
#9282AA
(146,130,170)
#817295
(129,114,149)
#706280
(112,98,128)
#5F526B
(95,82,107)
#4E4256
(78,66,86)
#3D3241
(61,50,65)
#2C222C
(44,34,44)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #C5B2E9

#C5B2E9
(197,178,233)
#CAB9EB
(202,185,235)
#CFC0ED
(207,192,237)
#D4C7EF
(212,199,239)
#D9CEF1
(217,206,241)
#DED5F3
(222,213,243)
#E3DCF5
(227,220,245)
#E8E3F7
(232,227,247)
#EDEAF9
(237,234,249)
#F2F1FB
(242,241,251)
#F7F8FD
(247,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B2E9 color. Also use rgb(197,178,233) instead hex code.

Text Font Color

.myTextColor { color: #C5B2E9; }

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

This text font color is #C5B2E9.


Background Color

.myBgColor { background-color: #C5B2E9; }

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

This div background color is #C5B2E9.


Border color

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

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

This div border color is #C5B2E9.


Opacity

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

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

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

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

This text has shadow with #C5B2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B2E9 on black background.


Color preview on white background

This text has color #C5B2E9 on white background.



Black color preview on #C5B2E9 background

This text has black color on #C5B2E9 background.


White color preview on #C5B2E9 background

This text has white color on #C5B2E9 background.