COLOR #C5E2EE

HEX: #C5E2EE
RGB: (197,226,238)

Renk bilgisi

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

RGB renk modeli

#C5E2EE color RGB value is (197,226,238).

  • kırmız ton 197;
  • yeşil ton 226;
  • mavi ton 238.
RGB:
(197,226,238)
(77%,89%,93%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 226 of 255 = 89%
B 238 of 255 = 93%

197
226
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 226 + 238 = 661 (100%)
R 197 of 661 ~ 29.8%
G 226 of 661 ~ 34.19%
B 238 of 661 ~ 36.01%

%29.8
%34.19
%36.01

CMYK RENK MODELİ

#C5E2EE rengi CMYK tonu (17,5,0,7).

  • camgöbeği tonu 17.23%
  • eflatun tonu 5.04%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(17,5,0,7)
C17M5Y0K7 
(17%,5%,0%,7%)
(0.17/0.05/0.00/0.07)	

CMYK yüzdeleri

%17.23
%5.04
%0
%6.67

Codes

Color #C5E2EE in popluar color models

C5E2EE
RGB197226238
HSL198°54.67%85.29%
HSB/HSV198°17.23%93.33%
CMYK17.23%5.04%0.00%
6.67%

Color #C5E2EE in popluar number systems.

HEXC5E2EE
Decimal197226238
Binary110001011110001011101110
Octal305342356

Shades and tints

Shades of #C5E2EE

#C5E2EE
(197,226,238)
#B4CED9
(180,206,217)
#A3BAC4
(163,186,196)
#92A6AF
(146,166,175)
#81929A
(129,146,154)
#707E85
(112,126,133)
#5F6A70
(95,106,112)
#4E565B
(78,86,91)
#3D4246
(61,66,70)
#2C2E31
(44,46,49)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #C5E2EE

#C5E2EE
(197,226,238)
#CAE4EF
(202,228,239)
#CFE6F0
(207,230,240)
#D4E8F1
(212,232,241)
#D9EAF2
(217,234,242)
#DEECF3
(222,236,243)
#E3EEF4
(227,238,244)
#E8F0F5
(232,240,245)
#EDF2F6
(237,242,246)
#F2F4F7
(242,244,247)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E2EE color. Also use rgb(197,226,238) instead hex code.

Text Font Color

.myTextColor { color: #C5E2EE; }

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

This text font color is #C5E2EE.


Background Color

.myBgColor { background-color: #C5E2EE; }

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

This div background color is #C5E2EE.


Border color

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

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

This div border color is #C5E2EE.


Opacity

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

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

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

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

This text has shadow with #C5E2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E2EE on black background.


Color preview on white background

This text has color #C5E2EE on white background.



Black color preview on #C5E2EE background

This text has black color on #C5E2EE background.


White color preview on #C5E2EE background

This text has white color on #C5E2EE background.