COLOR #C4CBFD

HEX: #C4CBFD RGB: (196,203,253)

Color info

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

RGB color model

#C4CBFD color RGB value is (196,203,253).

RGB: (196,203,253) (77%, 80%, 99%)

RGB channels and saturation

R 196 of 255 = 77%
G 203 of 255 = 80%
B 253 of 255 = 99%

196
203
253

R + G + B ~ 85%. #C4CBFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 203 + 253 = 652 (100%)
R 196 of 652 ~ 30.06%
G 203 of 652 ~ 31.13%
B 253 of 652 ~ 38.8'%

%30.06
%31.13
%38.8

CMYK color model

#C4CBFD color CMYK value is (23,20,0,1).

  • cyan value is 22.53%
  • magenta value is 19.76%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (23,20,0,1)
C23M20Y0K1 (23%, 20%, 0%, 1%)
(0.23 / 0.20 / 0.00 / 0.01)

CMYK percentages

%22.53
%19.76
%0
%0.78

Codes

Color #C4CBFD in popluar color models

C4 CB FD
RGB 196 203 253
HSL 233° 93.44% 88.04%
HSB/HSV 233° 22.53% 99.22%
CMYK 22.53% 19.76% 0.00%
0.78%

Color #C4CBFD in popluar number systems.

HEX C4 CB FD
Decimal 196 203 253
Binary 11000100 11001011 11111101
Octal 304 313 375

Shades and tints

Shades of #C4CBFD

#C4CBFD
(196,203,253)
#B3B9E6
(179,185,230)
#A2A7CF
(162,167,207)
#9195B8
(145,149,184)
#8083A1
(128,131,161)
#6F718A
(111,113,138)
#5E5F73
(94,95,115)
#4D4D5C
(77,77,92)
#3C3B45
(60,59,69)
#2B292E
(43,41,46)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #C4CBFD

#C4CBFD
(196,203,253)
#C9CFFD
(201,207,253)
#CED3FD
(206,211,253)
#D3D7FD
(211,215,253)
#D8DBFD
(216,219,253)
#DDDFFD
(221,223,253)
#E2E3FD
(226,227,253)
#E7E7FD
(231,231,253)
#ECEBFD
(236,235,253)
#F1EFFD
(241,239,253)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CBFD color. Also use rgb(196,203,253) instead hex code.

Text Font Color

.myTextColor { color: #C4CBFD; }

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

This text font color is #C4CBFD.

Background Color

.myBgColor { background-color: #C4CBFD; }

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

This div background color is #C4CBFD.

Border color

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

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

This div border color is #C4CBFD.

Opacity

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

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

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

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

This text has shadow with #C4CBFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CBFD.

Preview

Color preview on black background

This text has color #C4CBFD on black background.


Color preview on white background

This text has color #C4CBFD on white background.


Black color preview on #C4CBFD background

This text has black color on #C4CBFD background.


White color preview on #C4CBFD background

This text has white color on #C4CBFD background.


Related colors

Complementary color

Complementary color for #hex is #3B3402.


I love getcolorcode.com

Triadic colors

1 #FDC4CB and #CBFDC4 with #C4CBFD are triadic colors.

2 #FDCBC4 and #CBC4FD with #C4CBFD are triadic colors.