COLOR #C5EEBB

HEX: #C5EEBB
RGB: (197,238,187)

Renk bilgisi

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

RGB renk modeli

#C5EEBB color RGB value is (197,238,187).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 238 of 255 = 93%
B 187 of 255 = 73%

197
238
187

R + G + B ~ 81%. #C5EEBB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 238 + 187 = 622 (100%)
R 197 of 622 ~ 31.67%
G 238 of 622 ~ 38.26%
B 187 of 622 ~ 30.06%

%31.67
%38.26
%30.06

CMYK RENK MODELİ

#C5EEBB rengi CMYK tonu (17,0,21,7).

  • camgöbeği tonu 17.23%
  • eflatun tonu 0.00%
  • sarı tonu 21.43%
  • ana renk tonu 6.67%
CMYK:
(17,0,21,7)
C17M0Y21K7 
(17%,0%,21%,7%)
(0.17/0.00/0.21/0.07)	

CMYK yüzdeleri

%17.23
%0
%21.43
%6.67

Codes

Color #C5EEBB in popluar color models

C5EEBB
RGB197238187
HSL108°60.00%83.33%
HSB/HSV108°21.43%93.33%
CMYK17.23%0.00%21.43%
6.67%

Color #C5EEBB in popluar number systems.

HEXC5EEBB
Decimal197238187
Binary110001011110111010111011
Octal305356273

Shades and tints

Shades of #C5EEBB

#C5EEBB
(197,238,187)
#B4D9AA
(180,217,170)
#A3C499
(163,196,153)
#92AF88
(146,175,136)
#819A77
(129,154,119)
#708566
(112,133,102)
#5F7055
(95,112,85)
#4E5B44
(78,91,68)
#3D4633
(61,70,51)
#2C3122
(44,49,34)
#1B1C11
(27,28,17)
#000000
(0,0,0)

Tints of #C5EEBB

#C5EEBB
(197,238,187)
#CAEFC1
(202,239,193)
#CFF0C7
(207,240,199)
#D4F1CD
(212,241,205)
#D9F2D3
(217,242,211)
#DEF3D9
(222,243,217)
#E3F4DF
(227,244,223)
#E8F5E5
(232,245,229)
#EDF6EB
(237,246,235)
#F2F7F1
(242,247,241)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EEBB; }

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

This text font color is #C5EEBB.


Background Color

.myBgColor { background-color: #C5EEBB; }

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

This div background color is #C5EEBB.


Border color

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

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

This div border color is #C5EEBB.


Opacity

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

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

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

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

This text has shadow with #C5EEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EEBB on black background.


Color preview on white background

This text has color #C5EEBB on white background.



Black color preview on #C5EEBB background

This text has black color on #C5EEBB background.


White color preview on #C5EEBB background

This text has white color on #C5EEBB background.