COLOR #C5B5EC

HEX: #C5B5EC
RGB: (197,181,236)

Color info

#C5B5EC contains red, green and blue colors in about the same proportion. Web safe color of #C5B5EC is #CCCCFF (or #CCF).

RGB color model

#C5B5EC color RGB value is (197,181,236).

  • red value is 197;
  • green value is 181;
  • blue value is 236.
RGB:
(197,181,236)
(77%,71%,93%)

RGB channels and saturation

R 197 of 255 = 77%
G 181 of 255 = 71%
B 236 of 255 = 93%

197
181
236

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

Portions of RGB colors in percentages

R + G + B =
197 + 181 + 236 = 614 (100%)
R 197 of 614 ~ 32.08%
G 181 of 614 ~ 29.48%
B 236 of 614 ~ 38.44%

%32.08
%29.48
%38.44

CMYK color model

#C5B5EC color CMYK value is (17,23,0,7).

  • cyan value is 16.53%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,23,0,7)
C17M23Y0K7 
(17%,23%,0%,7%)
(0.17/0.23/0.00/0.07)	

CMYK percentages

%16.53
%23.31
%0
%7.45

Codes

Color #C5B5EC in popluar color models

C5B5EC
RGB197181236
HSL257°59.14%81.76%
HSB/HSV257°23.31%92.55%
CMYK16.53%23.31%0.00%
7.45%

Color #C5B5EC in popluar number systems.

HEXC5B5EC
Decimal197181236
Binary110001011011010111101100
Octal305265354

Shades and tints

Shades of #C5B5EC

#C5B5EC
(197,181,236)
#B4A5D7
(180,165,215)
#A395C2
(163,149,194)
#9285AD
(146,133,173)
#817598
(129,117,152)
#706583
(112,101,131)
#5F556E
(95,85,110)
#4E4559
(78,69,89)
#3D3544
(61,53,68)
#2C252F
(44,37,47)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #C5B5EC

#C5B5EC
(197,181,236)
#CABBED
(202,187,237)
#CFC1EE
(207,193,238)
#D4C7EF
(212,199,239)
#D9CDF0
(217,205,240)
#DED3F1
(222,211,241)
#E3D9F2
(227,217,242)
#E8DFF3
(232,223,243)
#EDE5F4
(237,229,244)
#F2EBF5
(242,235,245)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B5EC color. Also use rgb(197,181,236) instead hex code.

Text Font Color

.myTextColor { color: #C5B5EC; }

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

This text font color is #C5B5EC.


Background Color

.myBgColor { background-color: #C5B5EC; }

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

This div background color is #C5B5EC.


Border color

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

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

This div border color is #C5B5EC.


Opacity

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

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

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

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

This text has shadow with #C5B5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B5EC on black background.


Color preview on white background

This text has color #C5B5EC on white background.



Black color preview on #C5B5EC background

This text has black color on #C5B5EC background.


White color preview on #C5B5EC background

This text has white color on #C5B5EC background.