COLOR #C5B4ED

HEX: #C5B4ED
RGB: (197,180,237)

Color info

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

RGB color model

#C5B4ED color RGB value is (197,180,237).

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

RGB channels and saturation

R 197 of 255 = 77%
G 180 of 255 = 71%
B 237 of 255 = 93%

197
180
237

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

Portions of RGB colors in percentages

R + G + B =
197 + 180 + 237 = 614 (100%)
R 197 of 614 ~ 32.08%
G 180 of 614 ~ 29.32%
B 237 of 614 ~ 38.6%

%32.08
%29.32
%38.6

CMYK color model

#C5B4ED color CMYK value is (17,24,0,7).

  • cyan value is 16.88%
  • magenta value is 24.05%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(17,24,0,7)
C17M24Y0K7 
(17%,24%,0%,7%)
(0.17/0.24/0.00/0.07)	

CMYK percentages

%16.88
%24.05
%0
%7.06

Codes

Color #C5B4ED in popluar color models

C5B4ED
RGB197180237
HSL258°61.29%81.76%
HSB/HSV258°24.05%92.94%
CMYK16.88%24.05%0.00%
7.06%

Color #C5B4ED in popluar number systems.

HEXC5B4ED
Decimal197180237
Binary110001011011010011101101
Octal305264355

Shades and tints

Shades of #C5B4ED

#C5B4ED
(197,180,237)
#B4A4D8
(180,164,216)
#A394C3
(163,148,195)
#9284AE
(146,132,174)
#817499
(129,116,153)
#706484
(112,100,132)
#5F546F
(95,84,111)
#4E445A
(78,68,90)
#3D3445
(61,52,69)
#2C2430
(44,36,48)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #C5B4ED

#C5B4ED
(197,180,237)
#CABAEE
(202,186,238)
#CFC0EF
(207,192,239)
#D4C6F0
(212,198,240)
#D9CCF1
(217,204,241)
#DED2F2
(222,210,242)
#E3D8F3
(227,216,243)
#E8DEF4
(232,222,244)
#EDE4F5
(237,228,245)
#F2EAF6
(242,234,246)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B4ED color. Also use rgb(197,180,237) instead hex code.

Text Font Color

.myTextColor { color: #C5B4ED; }

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

This text font color is #C5B4ED.


Background Color

.myBgColor { background-color: #C5B4ED; }

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

This div background color is #C5B4ED.


Border color

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

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

This div border color is #C5B4ED.


Opacity

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

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

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

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

This text has shadow with #C5B4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B4ED on black background.


Color preview on white background

This text has color #C5B4ED on white background.



Black color preview on #C5B4ED background

This text has black color on #C5B4ED background.


White color preview on #C5B4ED background

This text has white color on #C5B4ED background.