COLOR #C4E6FF

HEX: #C4E6FF
RGB: (196,230,255)

Renk bilgisi

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

RGB renk modeli

#C4E6FF color RGB value is (196,230,255).

  • kırmız ton 196;
  • yeşil ton 230;
  • mavi ton 255.
RGB:
(196,230,255)
(77%,90%,100%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 230 of 255 = 90%
B 255 of 255 = 100%

196
230
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 230 + 255 = 681 (100%)
R 196 of 681 ~ 28.78%
G 230 of 681 ~ 33.77%
B 255 of 681 ~ 37.44%

%28.78
%33.77
%37.44

CMYK RENK MODELİ

#C4E6FF rengi CMYK tonu (23,10,0,0).

  • camgöbeği tonu 23.14%
  • eflatun tonu 9.80%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(23,10,0,0)
C23M10Y0K0 
(23%,10%,0%,0%)
(0.23/0.10/0.00/0.00)	

CMYK yüzdeleri

%23.14
%9.8
%0
%0

Codes

Color #C4E6FF in popluar color models

C4E6FF
RGB196230255
HSL205°100.00%88.43%
HSB/HSV205°23.14%100.00%
CMYK23.14%9.80%0.00%
0.00%

Color #C4E6FF in popluar number systems.

HEXC4E6FF
Decimal196230255
Binary110001001110011011111111
Octal304346377

Shades and tints

Shades of #C4E6FF

#C4E6FF
(196,230,255)
#B3D2E8
(179,210,232)
#A2BED1
(162,190,209)
#91AABA
(145,170,186)
#8096A3
(128,150,163)
#6F828C
(111,130,140)
#5E6E75
(94,110,117)
#4D5A5E
(77,90,94)
#3C4647
(60,70,71)
#2B3230
(43,50,48)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #C4E6FF

#C4E6FF
(196,230,255)
#C9E8FF
(201,232,255)
#CEEAFF
(206,234,255)
#D3ECFF
(211,236,255)
#D8EEFF
(216,238,255)
#DDF0FF
(221,240,255)
#E2F2FF
(226,242,255)
#E7F4FF
(231,244,255)
#ECF6FF
(236,246,255)
#F1F8FF
(241,248,255)
#F6FAFF
(246,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E6FF color. Also use rgb(196,230,255) instead hex code.

Text Font Color

.myTextColor { color: #C4E6FF; }

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

This text font color is #C4E6FF.


Background Color

.myBgColor { background-color: #C4E6FF; }

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

This div background color is #C4E6FF.


Border color

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

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

This div border color is #C4E6FF.


Opacity

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

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

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

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

This text has shadow with #C4E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E6FF on black background.


Color preview on white background

This text has color #C4E6FF on white background.



Black color preview on #C4E6FF background

This text has black color on #C4E6FF background.


White color preview on #C4E6FF background

This text has white color on #C4E6FF background.