COLOR #C5EFCE

HEX: #C5EFCE
RGB: (197,239,206)

Renk bilgisi

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

RGB renk modeli

#C5EFCE color RGB value is (197,239,206).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 239 of 255 = 94%
B 206 of 255 = 81%

197
239
206

R + G + B ~ 84%. #C5EFCE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 239 + 206 = 642 (100%)
R 197 of 642 ~ 30.69%
G 239 of 642 ~ 37.23%
B 206 of 642 ~ 32.09%

%30.69
%37.23
%32.09

CMYK RENK MODELİ

#C5EFCE rengi CMYK tonu (18,0,14,6).

  • camgöbeği tonu 17.57%
  • eflatun tonu 0.00%
  • sarı tonu 13.81%
  • ana renk tonu 6.27%
CMYK:
(18,0,14,6)
C18M0Y14K6 
(18%,0%,14%,6%)
(0.18/0.00/0.14/0.06)	

CMYK yüzdeleri

%17.57
%0
%13.81
%6.27

Codes

Color #C5EFCE in popluar color models

C5EFCE
RGB197239206
HSL133°56.76%85.49%
HSB/HSV133°17.57%93.73%
CMYK17.57%0.00%13.81%
6.27%

Color #C5EFCE in popluar number systems.

HEXC5EFCE
Decimal197239206
Binary110001011110111111001110
Octal305357316

Shades and tints

Shades of #C5EFCE

#C5EFCE
(197,239,206)
#B4DABC
(180,218,188)
#A3C5AA
(163,197,170)
#92B098
(146,176,152)
#819B86
(129,155,134)
#708674
(112,134,116)
#5F7162
(95,113,98)
#4E5C50
(78,92,80)
#3D473E
(61,71,62)
#2C322C
(44,50,44)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #C5EFCE

#C5EFCE
(197,239,206)
#CAF0D2
(202,240,210)
#CFF1D6
(207,241,214)
#D4F2DA
(212,242,218)
#D9F3DE
(217,243,222)
#DEF4E2
(222,244,226)
#E3F5E6
(227,245,230)
#E8F6EA
(232,246,234)
#EDF7EE
(237,247,238)
#F2F8F2
(242,248,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EFCE; }

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

This text font color is #C5EFCE.


Background Color

.myBgColor { background-color: #C5EFCE; }

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

This div background color is #C5EFCE.


Border color

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

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

This div border color is #C5EFCE.


Opacity

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

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

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

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

This text has shadow with #C5EFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EFCE on black background.


Color preview on white background

This text has color #C5EFCE on white background.



Black color preview on #C5EFCE background

This text has black color on #C5EFCE background.


White color preview on #C5EFCE background

This text has white color on #C5EFCE background.