COLOR #C7E7FF

HEX: #C7E7FF RGB: (199,231,255)

Renk bilgisi

#C7E7FF contains red, green and blue colors in about the same proportion. #C7E7FF ‘ nin web güvenlik rengi #CCFFFF (ya da #CFF) dir.

RGB renk modeli

#C7E7FF color RGB value is (199,231,255).

RGB: (199,231,255) (78%, 91%, 100%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 231 of 255 = 91%
B 255 of 255 = 100%

199
231
255

R + G + B ~ 90%. #C7E7FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 199 + 231 + 255 = 685 (100%)
R 199 of 685 ~ 29.05%
G 231 of 685 ~ 33.72%
B 255 of 685 ~ 37.23'%

%29.05
%33.72
%37.23

CMYK RENK MODELİ

#C7E7FF rengi CMYK tonu (22,9,0,0).

  • camgöbeği tonu 21.96%
  • eflatun tonu 9.41%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%

CMYK: (22,9,0,0)
C22M9Y0K0 (22%, 9%, 0%, 0%)
(0.22 / 0.09 / 0.00 / 0.00)

CMYK yüzdeleri

%21.96
%9.41
%0
%0

Codes

Color #C7E7FF in popluar color models

C7 E7 FF
RGB 199 231 255
HSL 206° 100.00% 89.02%
HSB/HSV 206° 21.96% 100.00%
CMYK 21.96% 9.41% 0.00%
0.00%

Color #C7E7FF in popluar number systems.

HEX C7 E7 FF
Decimal 199 231 255
Binary 11000111 11100111 11111111
Octal 307 347 377

Shades and tints

Shades of #C7E7FF

#C7E7FF
(199,231,255)
#B5D2E8
(181,210,232)
#A3BDD1
(163,189,209)
#91A8BA
(145,168,186)
#7F93A3
(127,147,163)
#6D7E8C
(109,126,140)
#5B6975
(91,105,117)
#49545E
(73,84,94)
#373F47
(55,63,71)
#252A30
(37,42,48)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #C7E7FF

#C7E7FF
(199,231,255)
#CCE9FF
(204,233,255)
#D1EBFF
(209,235,255)
#D6EDFF
(214,237,255)
#DBEFFF
(219,239,255)
#E0F1FF
(224,241,255)
#E5F3FF
(229,243,255)
#EAF5FF
(234,245,255)
#EFF7FF
(239,247,255)
#F4F9FF
(244,249,255)
#F9FBFF
(249,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E7FF color. Also use rgb(199,231,255) instead hex code.

Text Font Color

.myTextColor { color: #C7E7FF; }

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

This text font color is #C7E7FF.

Background Color

.myBgColor { background-color: #C7E7FF; }

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

This div background color is #C7E7FF.

Border color

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

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

This div border color is #C7E7FF.

Opacity

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

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

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

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

This text has shadow with #C7E7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E7FF.

Preview

Color preview on black background

This text has color #C7E7FF on black background.


Color preview on white background

This text has color #C7E7FF on white background.


Black color preview on #C7E7FF background

This text has black color on #C7E7FF background.


White color preview on #C7E7FF background

This text has white color on #C7E7FF background.


Related colors

Complementary color

Complementary color for #hex is #381800.


I love getcolorcode.com

Triadic colors

1 #FFC7E7 and #E7FFC7 with #C7E7FF are triadic colors.

2 #FFE7C7 and #E7C7FF with #C7E7FF are triadic colors.