COLOR #C4E5F2

HEX: #C4E5F2
RGB: (196,229,242)

Renk bilgisi

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

RGB renk modeli

#C4E5F2 color RGB value is (196,229,242).

  • kırmız ton 196;
  • yeşil ton 229;
  • mavi ton 242.
RGB:
(196,229,242)
(77%,90%,95%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 229 of 255 = 90%
B 242 of 255 = 95%

196
229
242

R + G + B ~ 87%. #C4E5F2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 229 + 242 = 667 (100%)
R 196 of 667 ~ 29.39%
G 229 of 667 ~ 34.33%
B 242 of 667 ~ 36.28%

%29.39
%34.33
%36.28

CMYK RENK MODELİ

#C4E5F2 rengi CMYK tonu (19,5,0,5).

  • camgöbeği tonu 19.01%
  • eflatun tonu 5.37%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(19,5,0,5)
C19M5Y0K5 
(19%,5%,0%,5%)
(0.19/0.05/0.00/0.05)	

CMYK yüzdeleri

%19.01
%5.37
%0
%5.1

Codes

Color #C4E5F2 in popluar color models

C4E5F2
RGB196229242
HSL197°63.89%85.88%
HSB/HSV197°19.01%94.90%
CMYK19.01%5.37%0.00%
5.10%

Color #C4E5F2 in popluar number systems.

HEXC4E5F2
Decimal196229242
Binary110001001110010111110010
Octal304345362

Shades and tints

Shades of #C4E5F2

#C4E5F2
(196,229,242)
#B3D1DC
(179,209,220)
#A2BDC6
(162,189,198)
#91A9B0
(145,169,176)
#80959A
(128,149,154)
#6F8184
(111,129,132)
#5E6D6E
(94,109,110)
#4D5958
(77,89,88)
#3C4542
(60,69,66)
#2B312C
(43,49,44)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #C4E5F2

#C4E5F2
(196,229,242)
#C9E7F3
(201,231,243)
#CEE9F4
(206,233,244)
#D3EBF5
(211,235,245)
#D8EDF6
(216,237,246)
#DDEFF7
(221,239,247)
#E2F1F8
(226,241,248)
#E7F3F9
(231,243,249)
#ECF5FA
(236,245,250)
#F1F7FB
(241,247,251)
#F6F9FC
(246,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E5F2 color. Also use rgb(196,229,242) instead hex code.

Text Font Color

.myTextColor { color: #C4E5F2; }

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

This text font color is #C4E5F2.


Background Color

.myBgColor { background-color: #C4E5F2; }

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

This div background color is #C4E5F2.


Border color

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

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

This div border color is #C4E5F2.


Opacity

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

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

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

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

This text has shadow with #C4E5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E5F2 on black background.


Color preview on white background

This text has color #C4E5F2 on white background.



Black color preview on #C4E5F2 background

This text has black color on #C4E5F2 background.


White color preview on #C4E5F2 background

This text has white color on #C4E5F2 background.