COLOR #C4E4EB

HEX: #C4E4EB
RGB: (196,228,235)

Renk bilgisi

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

RGB renk modeli

#C4E4EB color RGB value is (196,228,235).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 228 of 255 = 89%
B 235 of 255 = 92%

196
228
235

R + G + B ~ 86%. #C4E4EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 228 + 235 = 659 (100%)
R 196 of 659 ~ 29.74%
G 228 of 659 ~ 34.6%
B 235 of 659 ~ 35.66%

%29.74
%34.6
%35.66

CMYK RENK MODELİ

#C4E4EB rengi CMYK tonu (17,3,0,8).

  • camgöbeği tonu 16.60%
  • eflatun tonu 2.98%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(17,3,0,8)
C17M3Y0K8 
(17%,3%,0%,8%)
(0.17/0.03/0.00/0.08)	

CMYK yüzdeleri

%16.6
%2.98
%0
%7.84

Codes

Color #C4E4EB in popluar color models

C4E4EB
RGB196228235
HSL191°49.37%84.51%
HSB/HSV191°16.60%92.16%
CMYK16.60%2.98%0.00%
7.84%

Color #C4E4EB in popluar number systems.

HEXC4E4EB
Decimal196228235
Binary110001001110010011101011
Octal304344353

Shades and tints

Shades of #C4E4EB

#C4E4EB
(196,228,235)
#B3D0D6
(179,208,214)
#A2BCC1
(162,188,193)
#91A8AC
(145,168,172)
#809497
(128,148,151)
#6F8082
(111,128,130)
#5E6C6D
(94,108,109)
#4D5858
(77,88,88)
#3C4443
(60,68,67)
#2B302E
(43,48,46)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #C4E4EB

#C4E4EB
(196,228,235)
#C9E6EC
(201,230,236)
#CEE8ED
(206,232,237)
#D3EAEE
(211,234,238)
#D8ECEF
(216,236,239)
#DDEEF0
(221,238,240)
#E2F0F1
(226,240,241)
#E7F2F2
(231,242,242)
#ECF4F3
(236,244,243)
#F1F6F4
(241,246,244)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E4EB; }

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

This text font color is #C4E4EB.


Background Color

.myBgColor { background-color: #C4E4EB; }

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

This div background color is #C4E4EB.


Border color

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

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

This div border color is #C4E4EB.


Opacity

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

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

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

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

This text has shadow with #C4E4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E4EB on black background.


Color preview on white background

This text has color #C4E4EB on white background.



Black color preview on #C4E4EB background

This text has black color on #C4E4EB background.


White color preview on #C4E4EB background

This text has white color on #C4E4EB background.