COLOR #C5EFCA

HEX: #C5EFCA
RGB: (197,239,202)

Renk bilgisi

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

RGB renk modeli

#C5EFCA color RGB value is (197,239,202).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 239 of 255 = 94%
B 202 of 255 = 79%

197
239
202

R + G + B ~ 83%. #C5EFCA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 239 + 202 = 638 (100%)
R 197 of 638 ~ 30.88%
G 239 of 638 ~ 37.46%
B 202 of 638 ~ 31.66%

%30.88
%37.46
%31.66

CMYK RENK MODELİ

#C5EFCA rengi CMYK tonu (18,0,15,6).

  • camgöbeği tonu 17.57%
  • eflatun tonu 0.00%
  • sarı tonu 15.48%
  • ana renk tonu 6.27%
CMYK:
(18,0,15,6)
C18M0Y15K6 
(18%,0%,15%,6%)
(0.18/0.00/0.15/0.06)	

CMYK yüzdeleri

%17.57
%0
%15.48
%6.27

Codes

Color #C5EFCA in popluar color models

C5EFCA
RGB197239202
HSL127°56.76%85.49%
HSB/HSV127°17.57%93.73%
CMYK17.57%0.00%15.48%
6.27%

Color #C5EFCA in popluar number systems.

HEXC5EFCA
Decimal197239202
Binary110001011110111111001010
Octal305357312

Shades and tints

Shades of #C5EFCA

#C5EFCA
(197,239,202)
#B4DAB8
(180,218,184)
#A3C5A6
(163,197,166)
#92B094
(146,176,148)
#819B82
(129,155,130)
#708670
(112,134,112)
#5F715E
(95,113,94)
#4E5C4C
(78,92,76)
#3D473A
(61,71,58)
#2C3228
(44,50,40)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #C5EFCA

#C5EFCA
(197,239,202)
#CAF0CE
(202,240,206)
#CFF1D2
(207,241,210)
#D4F2D6
(212,242,214)
#D9F3DA
(217,243,218)
#DEF4DE
(222,244,222)
#E3F5E2
(227,245,226)
#E8F6E6
(232,246,230)
#EDF7EA
(237,247,234)
#F2F8EE
(242,248,238)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EFCA; }

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

This text font color is #C5EFCA.


Background Color

.myBgColor { background-color: #C5EFCA; }

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

This div background color is #C5EFCA.


Border color

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

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

This div border color is #C5EFCA.


Opacity

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

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

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

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

This text has shadow with #C5EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EFCA on black background.


Color preview on white background

This text has color #C5EFCA on white background.



Black color preview on #C5EFCA background

This text has black color on #C5EFCA background.


White color preview on #C5EFCA background

This text has white color on #C5EFCA background.