COLOR #C4E4F1

HEX: #C4E4F1
RGB: (196,228,241)

Renk bilgisi

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

RGB renk modeli

#C4E4F1 color RGB value is (196,228,241).

  • kırmız ton 196;
  • yeşil ton 228;
  • mavi ton 241.
RGB:
(196,228,241)
(77%,89%,95%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 228 of 255 = 89%
B 241 of 255 = 95%

196
228
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 228 + 241 = 665 (100%)
R 196 of 665 ~ 29.47%
G 228 of 665 ~ 34.29%
B 241 of 665 ~ 36.24%

%29.47
%34.29
%36.24

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%18.67
%5.39
%0
%5.49

Codes

Color #C4E4F1 in popluar color models

C4E4F1
RGB196228241
HSL197°61.64%85.69%
HSB/HSV197°18.67%94.51%
CMYK18.67%5.39%0.00%
5.49%

Color #C4E4F1 in popluar number systems.

HEXC4E4F1
Decimal196228241
Binary110001001110010011110001
Octal304344361

Shades and tints

Shades of #C4E4F1

#C4E4F1
(196,228,241)
#B3D0DC
(179,208,220)
#A2BCC7
(162,188,199)
#91A8B2
(145,168,178)
#80949D
(128,148,157)
#6F8088
(111,128,136)
#5E6C73
(94,108,115)
#4D585E
(77,88,94)
#3C4449
(60,68,73)
#2B3034
(43,48,52)
#1A1C1F
(26,28,31)
#000000
(0,0,0)

Tints of #C4E4F1

#C4E4F1
(196,228,241)
#C9E6F2
(201,230,242)
#CEE8F3
(206,232,243)
#D3EAF4
(211,234,244)
#D8ECF5
(216,236,245)
#DDEEF6
(221,238,246)
#E2F0F7
(226,240,247)
#E7F2F8
(231,242,248)
#ECF4F9
(236,244,249)
#F1F6FA
(241,246,250)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E4F1 color. Also use rgb(196,228,241) instead hex code.

Text Font Color

.myTextColor { color: #C4E4F1; }

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

This text font color is #C4E4F1.


Background Color

.myBgColor { background-color: #C4E4F1; }

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

This div background color is #C4E4F1.


Border color

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

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

This div border color is #C4E4F1.


Opacity

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

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

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

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

This text has shadow with #C4E4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E4F1 on black background.


Color preview on white background

This text has color #C4E4F1 on white background.



Black color preview on #C4E4F1 background

This text has black color on #C4E4F1 background.


White color preview on #C4E4F1 background

This text has white color on #C4E4F1 background.