COLOR #C4B1E8

HEX: #C4B1E8
RGB: (196,177,232)

Color info

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

RGB color model

#C4B1E8 color RGB value is (196,177,232).

  • red value is 196;
  • green value is 177;
  • blue value is 232.
RGB:
(196,177,232)
(77%,69%,91%)

RGB channels and saturation

R 196 of 255 = 77%
G 177 of 255 = 69%
B 232 of 255 = 91%

196
177
232

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

Portions of RGB colors in percentages

R + G + B =
196 + 177 + 232 = 605 (100%)
R 196 of 605 ~ 32.4%
G 177 of 605 ~ 29.26%
B 232 of 605 ~ 38.35%

%32.4
%29.26
%38.35

CMYK color model

#C4B1E8 color CMYK value is (16,24,0,9).

  • cyan value is 15.52%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(16,24,0,9)
C16M24Y0K9 
(16%,24%,0%,9%)
(0.16/0.24/0.00/0.09)	

CMYK percentages

%15.52
%23.71
%0
%9.02

Codes

Color #C4B1E8 in popluar color models

C4B1E8
RGB196177232
HSL261°54.46%80.20%
HSB/HSV261°23.71%90.98%
CMYK15.52%23.71%0.00%
9.02%

Color #C4B1E8 in popluar number systems.

HEXC4B1E8
Decimal196177232
Binary110001001011000111101000
Octal304261350

Shades and tints

Shades of #C4B1E8

#C4B1E8
(196,177,232)
#B3A1D3
(179,161,211)
#A291BE
(162,145,190)
#9181A9
(145,129,169)
#807194
(128,113,148)
#6F617F
(111,97,127)
#5E516A
(94,81,106)
#4D4155
(77,65,85)
#3C3140
(60,49,64)
#2B212B
(43,33,43)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #C4B1E8

#C4B1E8
(196,177,232)
#C9B8EA
(201,184,234)
#CEBFEC
(206,191,236)
#D3C6EE
(211,198,238)
#D8CDF0
(216,205,240)
#DDD4F2
(221,212,242)
#E2DBF4
(226,219,244)
#E7E2F6
(231,226,246)
#ECE9F8
(236,233,248)
#F1F0FA
(241,240,250)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B1E8 color. Also use rgb(196,177,232) instead hex code.

Text Font Color

.myTextColor { color: #C4B1E8; }

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

This text font color is #C4B1E8.


Background Color

.myBgColor { background-color: #C4B1E8; }

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

This div background color is #C4B1E8.


Border color

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

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

This div border color is #C4B1E8.


Opacity

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

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

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

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

This text has shadow with #C4B1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B1E8 on black background.


Color preview on white background

This text has color #C4B1E8 on white background.



Black color preview on #C4B1E8 background

This text has black color on #C4B1E8 background.


White color preview on #C4B1E8 background

This text has white color on #C4B1E8 background.