COLOR #C7CFF1

HEX: #C7CFF1 RGB: (199,207,241)

Color info

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

RGB color model

#C7CFF1 color RGB value is (199,207,241).

RGB: (199,207,241) (78%, 81%, 95%)

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 241 of 255 = 95%

199
207
241

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

Portions of RGB colors in percentages

R + G + B = 199 + 207 + 241 = 647 (100%)
R 199 of 647 ~ 30.76%
G 207 of 647 ~ 31.99%
B 241 of 647 ~ 37.25'%

%30.76
%31.99
%37.25

CMYK color model

#C7CFF1 color CMYK value is (17,14,0,5).

  • cyan value is 17.43%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (17,14,0,5)
C17M14Y0K5 (17%, 14%, 0%, 5%)
(0.17 / 0.14 / 0.00 / 0.05)

CMYK percentages

%17.43
%14.11
%0
%5.49

Codes

Color #C7CFF1 in popluar color models

C7 CF F1
RGB 199 207 241
HSL 229° 60.00% 86.27%
HSB/HSV 229° 17.43% 94.51%
CMYK 17.43% 14.11% 0.00%
5.49%

Color #C7CFF1 in popluar number systems.

HEX C7 CF F1
Decimal 199 207 241
Binary 11000111 11001111 11110001
Octal 307 317 361

Shades and tints

Shades of #C7CFF1

#C7CFF1
(199,207,241)
#B5BDDC
(181,189,220)
#A3ABC7
(163,171,199)
#9199B2
(145,153,178)
#7F879D
(127,135,157)
#6D7588
(109,117,136)
#5B6373
(91,99,115)
#49515E
(73,81,94)
#373F49
(55,63,73)
#252D34
(37,45,52)
#131B1F
(19,27,31)
#000000
(0,0,0)

Tints of #C7CFF1

#C7CFF1
(199,207,241)
#CCD3F2
(204,211,242)
#D1D7F3
(209,215,243)
#D6DBF4
(214,219,244)
#DBDFF5
(219,223,245)
#E0E3F6
(224,227,246)
#E5E7F7
(229,231,247)
#EAEBF8
(234,235,248)
#EFEFF9
(239,239,249)
#F4F3FA
(244,243,250)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CFF1 color. Also use rgb(199,207,241) instead hex code.

Text Font Color

.myTextColor { color: #C7CFF1; }

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

This text font color is #C7CFF1.

Background Color

.myBgColor { background-color: #C7CFF1; }

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

This div background color is #C7CFF1.

Border color

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

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

This div border color is #C7CFF1.

Opacity

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

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

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

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

This text has shadow with #C7CFF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CFF1.

Preview

Color preview on black background

This text has color #C7CFF1 on black background.


Color preview on white background

This text has color #C7CFF1 on white background.


Black color preview on #C7CFF1 background

This text has black color on #C7CFF1 background.


White color preview on #C7CFF1 background

This text has white color on #C7CFF1 background.


Related colors

Complementary color

Complementary color for #hex is #38300E.


I love getcolorcode.com

Triadic colors

1 #F1C7CF and #CFF1C7 with #C7CFF1 are triadic colors.

2 #F1CFC7 and #CFC7F1 with #C7CFF1 are triadic colors.