COLOR #C7CCFA

HEX: #C7CCFA
RGB: (199,204,250)

Color info

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

RGB color model

#C7CCFA color RGB value is (199,204,250).

  • red value is 199;
  • green value is 204;
  • blue value is 250.
RGB:
(199,204,250)
(78%,80%,98%)

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 250 of 255 = 98%

199
204
250

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

Portions of RGB colors in percentages

R + G + B =
199 + 204 + 250 = 653 (100%)
R 199 of 653 ~ 30.47%
G 204 of 653 ~ 31.24%
B 250 of 653 ~ 38.28%

%30.47
%31.24
%38.28

CMYK color model

#C7CCFA color CMYK value is (20,18,0,2).

  • cyan value is 20.40%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(20,18,0,2)
C20M18Y0K2 
(20%,18%,0%,2%)
(0.20/0.18/0.00/0.02)	

CMYK percentages

%20.4
%18.4
%0
%1.96

Codes

Color #C7CCFA in popluar color models

C7CCFA
RGB199204250
HSL234°83.61%88.04%
HSB/HSV234°20.40%98.04%
CMYK20.40%18.40%0.00%
1.96%

Color #C7CCFA in popluar number systems.

HEXC7CCFA
Decimal199204250
Binary110001111100110011111010
Octal307314372

Shades and tints

Shades of #C7CCFA

#C7CCFA
(199,204,250)
#B5BAE4
(181,186,228)
#A3A8CE
(163,168,206)
#9196B8
(145,150,184)
#7F84A2
(127,132,162)
#6D728C
(109,114,140)
#5B6076
(91,96,118)
#494E60
(73,78,96)
#373C4A
(55,60,74)
#252A34
(37,42,52)
#13181E
(19,24,30)
#000000
(0,0,0)

Tints of #C7CCFA

#C7CCFA
(199,204,250)
#CCD0FA
(204,208,250)
#D1D4FA
(209,212,250)
#D6D8FA
(214,216,250)
#DBDCFA
(219,220,250)
#E0E0FA
(224,224,250)
#E5E4FA
(229,228,250)
#EAE8FA
(234,232,250)
#EFECFA
(239,236,250)
#F4F0FA
(244,240,250)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CCFA color. Also use rgb(199,204,250) instead hex code.

Text Font Color

.myTextColor { color: #C7CCFA; }

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

This text font color is #C7CCFA.


Background Color

.myBgColor { background-color: #C7CCFA; }

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

This div background color is #C7CCFA.


Border color

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

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

This div border color is #C7CCFA.


Opacity

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

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

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

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

This text has shadow with #C7CCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CCFA on black background.


Color preview on white background

This text has color #C7CCFA on white background.



Black color preview on #C7CCFA background

This text has black color on #C7CCFA background.


White color preview on #C7CCFA background

This text has white color on #C7CCFA background.