COLOR #C6F3EE

HEX: #C6F3EE
RGB: (198,243,238)

Renk bilgisi

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

RGB renk modeli

#C6F3EE color RGB value is (198,243,238).

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

RGB bağlantıları ve doygunluk

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

198
243
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 243 + 238 = 679 (100%)
R 198 of 679 ~ 29.16%
G 243 of 679 ~ 35.79%
B 238 of 679 ~ 35.05%

%29.16
%35.79
%35.05

CMYK RENK MODELİ

#C6F3EE rengi CMYK tonu (19,0,2,5).

  • camgöbeği tonu 18.52%
  • eflatun tonu 0.00%
  • sarı tonu 2.06%
  • ana renk tonu 4.71%
CMYK:
(19,0,2,5)
C19M0Y2K5 
(19%,0%,2%,5%)
(0.19/0.00/0.02/0.05)	

CMYK yüzdeleri

%18.52
%0
%2.06
%4.71

Codes

Color #C6F3EE in popluar color models

C6F3EE
RGB198243238
HSL173°65.22%86.47%
HSB/HSV173°18.52%95.29%
CMYK18.52%0.00%2.06%
4.71%

Color #C6F3EE in popluar number systems.

HEXC6F3EE
Decimal198243238
Binary110001101111001111101110
Octal306363356

Shades and tints

Shades of #C6F3EE

#C6F3EE
(198,243,238)
#B4DDD9
(180,221,217)
#A2C7C4
(162,199,196)
#90B1AF
(144,177,175)
#7E9B9A
(126,155,154)
#6C8585
(108,133,133)
#5A6F70
(90,111,112)
#48595B
(72,89,91)
#364346
(54,67,70)
#242D31
(36,45,49)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #C6F3EE

#C6F3EE
(198,243,238)
#CBF4EF
(203,244,239)
#D0F5F0
(208,245,240)
#D5F6F1
(213,246,241)
#DAF7F2
(218,247,242)
#DFF8F3
(223,248,243)
#E4F9F4
(228,249,244)
#E9FAF5
(233,250,245)
#EEFBF6
(238,251,246)
#F3FCF7
(243,252,247)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F3EE; }

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

This text font color is #C6F3EE.


Background Color

.myBgColor { background-color: #C6F3EE; }

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

This div background color is #C6F3EE.


Border color

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

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

This div border color is #C6F3EE.


Opacity

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

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

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

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

This text has shadow with #C6F3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F3EE on black background.


Color preview on white background

This text has color #C6F3EE on white background.



Black color preview on #C6F3EE background

This text has black color on #C6F3EE background.


White color preview on #C6F3EE background

This text has white color on #C6F3EE background.