COLOR #C5EFDA

HEX: #C5EFDA
RGB: (197,239,218)

Renk bilgisi

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

RGB renk modeli

#C5EFDA color RGB value is (197,239,218).

  • kırmız ton 197;
  • yeşil ton 239;
  • mavi ton 218.
RGB:
(197,239,218)
(77%,94%,85%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 239 of 255 = 94%
B 218 of 255 = 85%

197
239
218

R + G + B ~ 85%. #C5EFDA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 239 + 218 = 654 (100%)
R 197 of 654 ~ 30.12%
G 239 of 654 ~ 36.54%
B 218 of 654 ~ 33.33%

%30.12
%36.54
%33.33

CMYK RENK MODELİ

#C5EFDA rengi CMYK tonu (18,0,9,6).

  • camgöbeği tonu 17.57%
  • eflatun tonu 0.00%
  • sarı tonu 8.79%
  • ana renk tonu 6.27%
CMYK:
(18,0,9,6)
C18M0Y9K6 
(18%,0%,9%,6%)
(0.18/0.00/0.09/0.06)	

CMYK yüzdeleri

%17.57
%0
%8.79
%6.27

Codes

Color #C5EFDA in popluar color models

C5EFDA
RGB197239218
HSL150°56.76%85.49%
HSB/HSV150°17.57%93.73%
CMYK17.57%0.00%8.79%
6.27%

Color #C5EFDA in popluar number systems.

HEXC5EFDA
Decimal197239218
Binary110001011110111111011010
Octal305357332

Shades and tints

Shades of #C5EFDA

#C5EFDA
(197,239,218)
#B4DAC7
(180,218,199)
#A3C5B4
(163,197,180)
#92B0A1
(146,176,161)
#819B8E
(129,155,142)
#70867B
(112,134,123)
#5F7168
(95,113,104)
#4E5C55
(78,92,85)
#3D4742
(61,71,66)
#2C322F
(44,50,47)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #C5EFDA

#C5EFDA
(197,239,218)
#CAF0DD
(202,240,221)
#CFF1E0
(207,241,224)
#D4F2E3
(212,242,227)
#D9F3E6
(217,243,230)
#DEF4E9
(222,244,233)
#E3F5EC
(227,245,236)
#E8F6EF
(232,246,239)
#EDF7F2
(237,247,242)
#F2F8F5
(242,248,245)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EFDA color. Also use rgb(197,239,218) instead hex code.

Text Font Color

.myTextColor { color: #C5EFDA; }

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

This text font color is #C5EFDA.


Background Color

.myBgColor { background-color: #C5EFDA; }

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

This div background color is #C5EFDA.


Border color

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

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

This div border color is #C5EFDA.


Opacity

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

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

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

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

This text has shadow with #C5EFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EFDA on black background.


Color preview on white background

This text has color #C5EFDA on white background.



Black color preview on #C5EFDA background

This text has black color on #C5EFDA background.


White color preview on #C5EFDA background

This text has white color on #C5EFDA background.