COLOR #C5CFF3

HEX: #C5CFF3 RGB: (197,207,243)

Color info

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

RGB color model

#C5CFF3 color RGB value is (197,207,243).

RGB: (197,207,243) (77%, 81%, 95%)

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 243 of 255 = 95%

197
207
243

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

Portions of RGB colors in percentages

R + G + B = 197 + 207 + 243 = 647 (100%)
R 197 of 647 ~ 30.45%
G 207 of 647 ~ 31.99%
B 243 of 647 ~ 37.56'%

%30.45
%31.99
%37.56

CMYK color model

#C5CFF3 color CMYK value is (19,15,0,5).

  • cyan value is 18.93%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (19,15,0,5) C19M15Y0K5 (19%,15%,0%,5%) (0.19/0.15/0.00/0.05) 

CMYK percentages

%18.93
%14.81
%0
%4.71

Codes

Color #C5CFF3 in popluar color models

C5 CF F3
RGB 197 207 243
HSL 227° 65.71% 86.27%
HSB/HSV 227° 18.93% 95.29%
CMYK 18.93% 14.81% 0.00%
4.71%

Color #C5CFF3 in popluar number systems.

HEX C5 CF F3
Decimal 197 207 243
Binary 11000101 11001111 11110011
Octal 305 317 363

Shades and tints

Shades of #C5CFF3

#C5CFF3
(197,207,243)
#B4BDDD
(180,189,221)
#A3ABC7
(163,171,199)
#9299B1
(146,153,177)
#81879B
(129,135,155)
#707585
(112,117,133)
#5F636F
(95,99,111)
#4E5159
(78,81,89)
#3D3F43
(61,63,67)
#2C2D2D
(44,45,45)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #C5CFF3

#C5CFF3
(197,207,243)
#CAD3F4
(202,211,244)
#CFD7F5
(207,215,245)
#D4DBF6
(212,219,246)
#D9DFF7
(217,223,247)
#DEE3F8
(222,227,248)
#E3E7F9
(227,231,249)
#E8EBFA
(232,235,250)
#EDEFFB
(237,239,251)
#F2F3FC
(242,243,252)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CFF3 color. Also use rgb(197,207,243) instead hex code.

Text Font Color

.myTextColor { color: #C5CFF3; }

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

This text font color is #C5CFF3.

Background Color

.myBgColor { background-color: #C5CFF3; }

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

This div background color is #C5CFF3.

Border color

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

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

This div border color is #C5CFF3.

Opacity

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

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

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

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

This text has shadow with #C5CFF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CFF3.

Preview

Color preview on black background

This text has color #C5CFF3 on black background.


Color preview on white background

This text has color #C5CFF3 on white background.


Black color preview on #C5CFF3 background

This text has black color on #C5CFF3 background.


White color preview on #C5CFF3 background

This text has white color on #C5CFF3 background.


Related colors

Complementary color

Complementary color for #hex is #3A300C.


I love getcolorcode.com

Triadic colors

1 #F3C5CF and #CFF3C5 with #C5CFF3 are triadic colors.

2 #F3CFC5 and #CFC5F3 with #C5CFF3 are triadic colors.