COLOR #C4B9FC

HEX: #C4B9FC RGB: (196,185,252)

Color info

#C4B9FC contains mainly red and blue colors. Web safe color of #C4B9FC is #CCCCFF (or #CCF).

RGB color model

#C4B9FC color RGB value is (196,185,252).

RGB: (196,185,252) (77%, 73%, 99%)

RGB channels and saturation

R 196 of 255 = 77%
G 185 of 255 = 73%
B 252 of 255 = 99%

196
185
252

R + G + B ~ 83%. #C4B9FC is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 185 + 252 = 633 (100%)
R 196 of 633 ~ 30.96%
G 185 of 633 ~ 29.23%
B 252 of 633 ~ 39.81'%

%30.96
%29.23
%39.81

CMYK color model

#C4B9FC color CMYK value is (22,27,0,1).

  • cyan value is 22.22%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (22,27,0,1) C22M27Y0K1 (22%,27%,0%,1%) (0.22/0.27/0.00/0.01) 

CMYK percentages

%22.22
%26.59
%0
%1.18

Codes

Color #C4B9FC in popluar color models

C4 B9 FC
RGB 196 185 252
HSL 250° 91.78% 85.69%
HSB/HSV 250° 26.59% 98.82%
CMYK 22.22% 26.59% 0.00%
1.18%

Color #C4B9FC in popluar number systems.

HEX C4 B9 FC
Decimal 196 185 252
Binary 11000100 10111001 11111100
Octal 304 271 374

Shades and tints

Shades of #C4B9FC

#C4B9FC
(196,185,252)
#B3A9E6
(179,169,230)
#A299D0
(162,153,208)
#9189BA
(145,137,186)
#8079A4
(128,121,164)
#6F698E
(111,105,142)
#5E5978
(94,89,120)
#4D4962
(77,73,98)
#3C394C
(60,57,76)
#2B2936
(43,41,54)
#1A1920
(26,25,32)
#000000
(0,0,0)

Tints of #C4B9FC

#C4B9FC
(196,185,252)
#C9BFFC
(201,191,252)
#CEC5FC
(206,197,252)
#D3CBFC
(211,203,252)
#D8D1FC
(216,209,252)
#DDD7FC
(221,215,252)
#E2DDFC
(226,221,252)
#E7E3FC
(231,227,252)
#ECE9FC
(236,233,252)
#F1EFFC
(241,239,252)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B9FC color. Also use rgb(196,185,252) instead hex code.

Text Font Color

.myTextColor { color: #C4B9FC; }

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

This text font color is #C4B9FC.

Background Color

.myBgColor { background-color: #C4B9FC; }

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

This div background color is #C4B9FC.

Border color

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

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

This div border color is #C4B9FC.

Opacity

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

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

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

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

This text has shadow with #C4B9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B9FC.

Preview

Color preview on black background

This text has color #C4B9FC on black background.


Color preview on white background

This text has color #C4B9FC on white background.


Black color preview on #C4B9FC background

This text has black color on #C4B9FC background.


White color preview on #C4B9FC background

This text has white color on #C4B9FC background.


Related colors

Complementary color

Complementary color for #hex is #3B4603.


I love getcolorcode.com

Triadic colors

1 #FCC4B9 and #B9FCC4 with #C4B9FC are triadic colors.

2 #FCB9C4 and #B9C4FC with #C4B9FC are triadic colors.