COLOR #C4EBD6

HEX: #C4EBD6
RGB: (196,235,214)

Renk bilgisi

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

RGB renk modeli

#C4EBD6 color RGB value is (196,235,214).

  • kırmız ton 196;
  • yeşil ton 235;
  • mavi ton 214.
RGB:
(196,235,214)
(77%,92%,84%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 235 of 255 = 92%
B 214 of 255 = 84%

196
235
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 235 + 214 = 645 (100%)
R 196 of 645 ~ 30.39%
G 235 of 645 ~ 36.43%
B 214 of 645 ~ 33.18%

%30.39
%36.43
%33.18

CMYK RENK MODELİ

#C4EBD6 rengi CMYK tonu (17,0,9,8).

  • camgöbeği tonu 16.60%
  • eflatun tonu 0.00%
  • sarı tonu 8.94%
  • ana renk tonu 7.84%
CMYK:
(17,0,9,8)
C17M0Y9K8 
(17%,0%,9%,8%)
(0.17/0.00/0.09/0.08)	

CMYK yüzdeleri

%16.6
%0
%8.94
%7.84

Codes

Color #C4EBD6 in popluar color models

C4EBD6
RGB196235214
HSL148°49.37%84.51%
HSB/HSV148°16.60%92.16%
CMYK16.60%0.00%8.94%
7.84%

Color #C4EBD6 in popluar number systems.

HEXC4EBD6
Decimal196235214
Binary110001001110101111010110
Octal304353326

Shades and tints

Shades of #C4EBD6

#C4EBD6
(196,235,214)
#B3D6C3
(179,214,195)
#A2C1B0
(162,193,176)
#91AC9D
(145,172,157)
#80978A
(128,151,138)
#6F8277
(111,130,119)
#5E6D64
(94,109,100)
#4D5851
(77,88,81)
#3C433E
(60,67,62)
#2B2E2B
(43,46,43)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #C4EBD6

#C4EBD6
(196,235,214)
#C9ECD9
(201,236,217)
#CEEDDC
(206,237,220)
#D3EEDF
(211,238,223)
#D8EFE2
(216,239,226)
#DDF0E5
(221,240,229)
#E2F1E8
(226,241,232)
#E7F2EB
(231,242,235)
#ECF3EE
(236,243,238)
#F1F4F1
(241,244,241)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EBD6 color. Also use rgb(196,235,214) instead hex code.

Text Font Color

.myTextColor { color: #C4EBD6; }

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

This text font color is #C4EBD6.


Background Color

.myBgColor { background-color: #C4EBD6; }

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

This div background color is #C4EBD6.


Border color

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

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

This div border color is #C4EBD6.


Opacity

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

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

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

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

This text has shadow with #C4EBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EBD6 on black background.


Color preview on white background

This text has color #C4EBD6 on white background.



Black color preview on #C4EBD6 background

This text has black color on #C4EBD6 background.


White color preview on #C4EBD6 background

This text has white color on #C4EBD6 background.