COLOR #C4BFE5

HEX: #C4BFE5
RGB: (196,191,229)

Color info

#C4BFE5 contains red, green and blue colors in about the same proportion. Web safe color of #C4BFE5 is #CCCCCC (or #CCC).

RGB color model

#C4BFE5 color RGB value is (196,191,229).

  • red value is 196;
  • green value is 191;
  • blue value is 229.
RGB:
(196,191,229)
(77%,75%,90%)

RGB channels and saturation

R 196 of 255 = 77%
G 191 of 255 = 75%
B 229 of 255 = 90%

196
191
229

R + G + B ~ 81%. #C4BFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 191 + 229 = 616 (100%)
R 196 of 616 ~ 31.82%
G 191 of 616 ~ 31.01%
B 229 of 616 ~ 37.18%

%31.82
%31.01
%37.18

CMYK color model

#C4BFE5 color CMYK value is (14,17,0,10).

  • cyan value is 14.41%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(14,17,0,10)
C14M17Y0K10 
(14%,17%,0%,10%)
(0.14/0.17/0.00/0.10)	

CMYK percentages

%14.41
%16.59
%0
%10.2

Codes

Color #C4BFE5 in popluar color models

C4BFE5
RGB196191229
HSL248°42.22%82.35%
HSB/HSV248°16.59%89.80%
CMYK14.41%16.59%0.00%
10.20%

Color #C4BFE5 in popluar number systems.

HEXC4BFE5
Decimal196191229
Binary110001001011111111100101
Octal304277345

Shades and tints

Shades of #C4BFE5

#C4BFE5
(196,191,229)
#B3AED1
(179,174,209)
#A29DBD
(162,157,189)
#918CA9
(145,140,169)
#807B95
(128,123,149)
#6F6A81
(111,106,129)
#5E596D
(94,89,109)
#4D4859
(77,72,89)
#3C3745
(60,55,69)
#2B2631
(43,38,49)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #C4BFE5

#C4BFE5
(196,191,229)
#C9C4E7
(201,196,231)
#CEC9E9
(206,201,233)
#D3CEEB
(211,206,235)
#D8D3ED
(216,211,237)
#DDD8EF
(221,216,239)
#E2DDF1
(226,221,241)
#E7E2F3
(231,226,243)
#ECE7F5
(236,231,245)
#F1ECF7
(241,236,247)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BFE5 color. Also use rgb(196,191,229) instead hex code.

Text Font Color

.myTextColor { color: #C4BFE5; }

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

This text font color is #C4BFE5.


Background Color

.myBgColor { background-color: #C4BFE5; }

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

This div background color is #C4BFE5.


Border color

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

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

This div border color is #C4BFE5.


Opacity

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

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

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

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

This text has shadow with #C4BFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BFE5 on black background.


Color preview on white background

This text has color #C4BFE5 on white background.



Black color preview on #C4BFE5 background

This text has black color on #C4BFE5 background.


White color preview on #C4BFE5 background

This text has white color on #C4BFE5 background.