COLOR #C5B3EA

HEX: #C5B3EA
RGB: (197,179,234)

Color info

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

RGB color model

#C5B3EA color RGB value is (197,179,234).

  • red value is 197;
  • green value is 179;
  • blue value is 234.
RGB:
(197,179,234)
(77%,70%,92%)

RGB channels and saturation

R 197 of 255 = 77%
G 179 of 255 = 70%
B 234 of 255 = 92%

197
179
234

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

Portions of RGB colors in percentages

R + G + B =
197 + 179 + 234 = 610 (100%)
R 197 of 610 ~ 32.3%
G 179 of 610 ~ 29.34%
B 234 of 610 ~ 38.36%

%32.3
%29.34
%38.36

CMYK color model

#C5B3EA color CMYK value is (16,24,0,8).

  • cyan value is 15.81%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(16,24,0,8)
C16M24Y0K8 
(16%,24%,0%,8%)
(0.16/0.24/0.00/0.08)	

CMYK percentages

%15.81
%23.5
%0
%8.24

Codes

Color #C5B3EA in popluar color models

C5B3EA
RGB197179234
HSL260°56.70%80.98%
HSB/HSV260°23.50%91.76%
CMYK15.81%23.50%0.00%
8.24%

Color #C5B3EA in popluar number systems.

HEXC5B3EA
Decimal197179234
Binary110001011011001111101010
Octal305263352

Shades and tints

Shades of #C5B3EA

#C5B3EA
(197,179,234)
#B4A3D5
(180,163,213)
#A393C0
(163,147,192)
#9283AB
(146,131,171)
#817396
(129,115,150)
#706381
(112,99,129)
#5F536C
(95,83,108)
#4E4357
(78,67,87)
#3D3342
(61,51,66)
#2C232D
(44,35,45)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #C5B3EA

#C5B3EA
(197,179,234)
#CAB9EB
(202,185,235)
#CFBFEC
(207,191,236)
#D4C5ED
(212,197,237)
#D9CBEE
(217,203,238)
#DED1EF
(222,209,239)
#E3D7F0
(227,215,240)
#E8DDF1
(232,221,241)
#EDE3F2
(237,227,242)
#F2E9F3
(242,233,243)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B3EA color. Also use rgb(197,179,234) instead hex code.

Text Font Color

.myTextColor { color: #C5B3EA; }

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

This text font color is #C5B3EA.


Background Color

.myBgColor { background-color: #C5B3EA; }

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

This div background color is #C5B3EA.


Border color

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

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

This div border color is #C5B3EA.


Opacity

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

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

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

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

This text has shadow with #C5B3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B3EA on black background.


Color preview on white background

This text has color #C5B3EA on white background.



Black color preview on #C5B3EA background

This text has black color on #C5B3EA background.


White color preview on #C5B3EA background

This text has white color on #C5B3EA background.