COLOR #C4B3E3

HEX: #C4B3E3
RGB: (196,179,227)

Color info

#C4B3E3 contains red, green and blue colors in about the same proportion. Web safe color of #C4B3E3 is #CC99CC (or #C9C).

RGB color model

#C4B3E3 color RGB value is (196,179,227).

  • red value is 196;
  • green value is 179;
  • blue value is 227.
RGB:
(196,179,227)
(77%,70%,89%)

RGB channels and saturation

R 196 of 255 = 77%
G 179 of 255 = 70%
B 227 of 255 = 89%

196
179
227

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

Portions of RGB colors in percentages

R + G + B =
196 + 179 + 227 = 602 (100%)
R 196 of 602 ~ 32.56%
G 179 of 602 ~ 29.73%
B 227 of 602 ~ 37.71%

%32.56
%29.73
%37.71

CMYK color model

#C4B3E3 color CMYK value is (14,21,0,11).

  • cyan value is 13.66%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(14,21,0,11)
C14M21Y0K11 
(14%,21%,0%,11%)
(0.14/0.21/0.00/0.11)	

CMYK percentages

%13.66
%21.15
%0
%10.98

Codes

Color #C4B3E3 in popluar color models

C4B3E3
RGB196179227
HSL261°46.15%79.61%
HSB/HSV261°21.15%89.02%
CMYK13.66%21.15%0.00%
10.98%

Color #C4B3E3 in popluar number systems.

HEXC4B3E3
Decimal196179227
Binary110001001011001111100011
Octal304263343

Shades and tints

Shades of #C4B3E3

#C4B3E3
(196,179,227)
#B3A3CF
(179,163,207)
#A293BB
(162,147,187)
#9183A7
(145,131,167)
#807393
(128,115,147)
#6F637F
(111,99,127)
#5E536B
(94,83,107)
#4D4357
(77,67,87)
#3C3343
(60,51,67)
#2B232F
(43,35,47)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #C4B3E3

#C4B3E3
(196,179,227)
#C9B9E5
(201,185,229)
#CEBFE7
(206,191,231)
#D3C5E9
(211,197,233)
#D8CBEB
(216,203,235)
#DDD1ED
(221,209,237)
#E2D7EF
(226,215,239)
#E7DDF1
(231,221,241)
#ECE3F3
(236,227,243)
#F1E9F5
(241,233,245)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B3E3 color. Also use rgb(196,179,227) instead hex code.

Text Font Color

.myTextColor { color: #C4B3E3; }

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

This text font color is #C4B3E3.


Background Color

.myBgColor { background-color: #C4B3E3; }

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

This div background color is #C4B3E3.


Border color

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

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

This div border color is #C4B3E3.


Opacity

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

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

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

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

This text has shadow with #C4B3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B3E3 on black background.


Color preview on white background

This text has color #C4B3E3 on white background.



Black color preview on #C4B3E3 background

This text has black color on #C4B3E3 background.


White color preview on #C4B3E3 background

This text has white color on #C4B3E3 background.