COLOR #C6F1EE

HEX: #C6F1EE
RGB: (198,241,238)

Renk bilgisi

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

RGB renk modeli

#C6F1EE color RGB value is (198,241,238).

  • kırmız ton 198;
  • yeşil ton 241;
  • mavi ton 238.
RGB:
(198,241,238)
(78%,95%,93%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 241 of 255 = 95%
B 238 of 255 = 93%

198
241
238

R + G + B ~ 89%. #C6F1EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 241 + 238 = 677 (100%)
R 198 of 677 ~ 29.25%
G 241 of 677 ~ 35.6%
B 238 of 677 ~ 35.16%

%29.25
%35.6
%35.16

CMYK RENK MODELİ

#C6F1EE rengi CMYK tonu (18,0,1,5).

  • camgöbeği tonu 17.84%
  • eflatun tonu 0.00%
  • sarı tonu 1.24%
  • ana renk tonu 5.49%
CMYK:
(18,0,1,5)
C18M0Y1K5 
(18%,0%,1%,5%)
(0.18/0.00/0.01/0.05)	

CMYK yüzdeleri

%17.84
%0
%1.24
%5.49

Codes

Color #C6F1EE in popluar color models

C6F1EE
RGB198241238
HSL176°60.56%86.08%
HSB/HSV176°17.84%94.51%
CMYK17.84%0.00%1.24%
5.49%

Color #C6F1EE in popluar number systems.

HEXC6F1EE
Decimal198241238
Binary110001101111000111101110
Octal306361356

Shades and tints

Shades of #C6F1EE

#C6F1EE
(198,241,238)
#B4DCD9
(180,220,217)
#A2C7C4
(162,199,196)
#90B2AF
(144,178,175)
#7E9D9A
(126,157,154)
#6C8885
(108,136,133)
#5A7370
(90,115,112)
#485E5B
(72,94,91)
#364946
(54,73,70)
#243431
(36,52,49)
#121F1C
(18,31,28)
#000000
(0,0,0)

Tints of #C6F1EE

#C6F1EE
(198,241,238)
#CBF2EF
(203,242,239)
#D0F3F0
(208,243,240)
#D5F4F1
(213,244,241)
#DAF5F2
(218,245,242)
#DFF6F3
(223,246,243)
#E4F7F4
(228,247,244)
#E9F8F5
(233,248,245)
#EEF9F6
(238,249,246)
#F3FAF7
(243,250,247)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F1EE color. Also use rgb(198,241,238) instead hex code.

Text Font Color

.myTextColor { color: #C6F1EE; }

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

This text font color is #C6F1EE.


Background Color

.myBgColor { background-color: #C6F1EE; }

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

This div background color is #C6F1EE.


Border color

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

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

This div border color is #C6F1EE.


Opacity

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

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

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

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

This text has shadow with #C6F1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F1EE on black background.


Color preview on white background

This text has color #C6F1EE on white background.



Black color preview on #C6F1EE background

This text has black color on #C6F1EE background.


White color preview on #C6F1EE background

This text has white color on #C6F1EE background.