COLOR #C7E2FF

HEX: #C7E2FF
RGB: (199,226,255)

Renk bilgisi

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

RGB renk modeli

#C7E2FF color RGB value is (199,226,255).

  • kırmız ton 199;
  • yeşil ton 226;
  • mavi ton 255.
RGB:
(199,226,255)
(78%,89%,100%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 226 of 255 = 89%
B 255 of 255 = 100%

199
226
255

R + G + B ~ 89%. #C7E2FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 226 + 255 = 680 (100%)
R 199 of 680 ~ 29.26%
G 226 of 680 ~ 33.24%
B 255 of 680 ~ 37.5%

%29.26
%33.24
%37.5

CMYK RENK MODELİ

#C7E2FF rengi CMYK tonu (22,11,0,0).

  • camgöbeği tonu 21.96%
  • eflatun tonu 11.37%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(22,11,0,0)
C22M11Y0K0 
(22%,11%,0%,0%)
(0.22/0.11/0.00/0.00)	

CMYK yüzdeleri

%21.96
%11.37
%0
%0

Codes

Color #C7E2FF in popluar color models

C7E2FF
RGB199226255
HSL211°100.00%89.02%
HSB/HSV211°21.96%100.00%
CMYK21.96%11.37%0.00%
0.00%

Color #C7E2FF in popluar number systems.

HEXC7E2FF
Decimal199226255
Binary110001111110001011111111
Octal307342377

Shades and tints

Shades of #C7E2FF

#C7E2FF
(199,226,255)
#B5CEE8
(181,206,232)
#A3BAD1
(163,186,209)
#91A6BA
(145,166,186)
#7F92A3
(127,146,163)
#6D7E8C
(109,126,140)
#5B6A75
(91,106,117)
#49565E
(73,86,94)
#374247
(55,66,71)
#252E30
(37,46,48)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #C7E2FF

#C7E2FF
(199,226,255)
#CCE4FF
(204,228,255)
#D1E6FF
(209,230,255)
#D6E8FF
(214,232,255)
#DBEAFF
(219,234,255)
#E0ECFF
(224,236,255)
#E5EEFF
(229,238,255)
#EAF0FF
(234,240,255)
#EFF2FF
(239,242,255)
#F4F4FF
(244,244,255)
#F9F6FF
(249,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E2FF; }

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

This text font color is #C7E2FF.


Background Color

.myBgColor { background-color: #C7E2FF; }

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

This div background color is #C7E2FF.


Border color

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

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

This div border color is #C7E2FF.


Opacity

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

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

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

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

This text has shadow with #C7E2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E2FF on black background.


Color preview on white background

This text has color #C7E2FF on white background.



Black color preview on #C7E2FF background

This text has black color on #C7E2FF background.


White color preview on #C7E2FF background

This text has white color on #C7E2FF background.