COLOR #C4C5FB

HEX: #C4C5FB RGB: (196,197,251)

Color info

#C4C5FB contains red, green and blue colors in about the same proportion. Web safe color of #C4C5FB is #CCCCFF (or #CCF).

RGB color model

#C4C5FB color RGB value is (196,197,251).

RGB: (196,197,251) (77%, 77%, 98%)

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 251 of 255 = 98%

196
197
251

R + G + B ~ 84%. #C4C5FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 197 + 251 = 644 (100%)
R 196 of 644 ~ 30.43%
G 197 of 644 ~ 30.59%
B 251 of 644 ~ 38.98'%

%30.43
%30.59
%38.98

CMYK color model

#C4C5FB color CMYK value is (22,22,0,2).

  • cyan value is 21.91%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (22,22,0,2)
C22M22Y0K2 (22%, 22%, 0%, 2%)
(0.22 / 0.22 / 0.00 / 0.02)

CMYK percentages

%21.91
%21.51
%0
%1.57

Codes

Color #C4C5FB in popluar color models

C4 C5 FB
RGB 196 197 251
HSL 239° 87.30% 87.65%
HSB/HSV 239° 21.91% 98.43%
CMYK 21.91% 21.51% 0.00%
1.57%

Color #C4C5FB in popluar number systems.

HEX C4 C5 FB
Decimal 196 197 251
Binary 11000100 11000101 11111011
Octal 304 305 373

Shades and tints

Shades of #C4C5FB

#C4C5FB
(196,197,251)
#B3B4E5
(179,180,229)
#A2A3CF
(162,163,207)
#9192B9
(145,146,185)
#8081A3
(128,129,163)
#6F708D
(111,112,141)
#5E5F77
(94,95,119)
#4D4E61
(77,78,97)
#3C3D4B
(60,61,75)
#2B2C35
(43,44,53)
#1A1B1F
(26,27,31)
#000000
(0,0,0)

Tints of #C4C5FB

#C4C5FB
(196,197,251)
#C9CAFB
(201,202,251)
#CECFFB
(206,207,251)
#D3D4FB
(211,212,251)
#D8D9FB
(216,217,251)
#DDDEFB
(221,222,251)
#E2E3FB
(226,227,251)
#E7E8FB
(231,232,251)
#ECEDFB
(236,237,251)
#F1F2FB
(241,242,251)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C5FB color. Also use rgb(196,197,251) instead hex code.

Text Font Color

.myTextColor { color: #C4C5FB; }

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

This text font color is #C4C5FB.

Background Color

.myBgColor { background-color: #C4C5FB; }

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

This div background color is #C4C5FB.

Border color

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

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

This div border color is #C4C5FB.

Opacity

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

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

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

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

This text has shadow with #C4C5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C5FB.

Preview

Color preview on black background

This text has color #C4C5FB on black background.


Color preview on white background

This text has color #C4C5FB on white background.


Black color preview on #C4C5FB background

This text has black color on #C4C5FB background.


White color preview on #C4C5FB background

This text has white color on #C4C5FB background.


Related colors

Complementary color

Complementary color for #hex is #3B3A04.


I love getcolorcode.com

Triadic colors

1 #FBC4C5 and #C5FBC4 with #C4C5FB are triadic colors.

2 #FBC5C4 and #C5C4FB with #C4C5FB are triadic colors.