COLOR #C1F9DB

HEX: #C1F9DB
RGB: (193,249,219)

Color info

#C1F9DB contains red, green and blue colors in about the same proportion. Web safe color of #C1F9DB is #CCFFCC (or #CFC).

RGB color model

#C1F9DB color RGB value is (193,249,219).

  • red value is 193;
  • green value is 249;
  • blue value is 219.
RGB:
(193,249,219)
(76%,98%,86%)

RGB channels and saturation

R 193 of 255 = 76%
G 249 of 255 = 98%
B 219 of 255 = 86%

193
249
219

R + G + B ~ 87%. #C1F9DB is light color.

Portions of RGB colors in percentages

R + G + B =
193 + 249 + 219 = 661 (100%)
R 193 of 661 ~ 29.2%
G 249 of 661 ~ 37.67%
B 219 of 661 ~ 33.13%

%29.2
%37.67
%33.13

CMYK color model

#C1F9DB color CMYK value is (22,0,12,2).

  • cyan value is 22.49%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 2.35%
CMYK:
(22,0,12,2)
C22M0Y12K2 
(22%,0%,12%,2%)
(0.22/0.00/0.12/0.02)	

CMYK percentages

%22.49
%0
%12.05
%2.35

Codes

Color #C1F9DB in popluar color models

C1F9DB
RGB193249219
HSL148°82.35%86.67%
HSB/HSV148°22.49%97.65%
CMYK22.49%0.00%12.05%
2.35%

Color #C1F9DB in popluar number systems.

HEXC1F9DB
Decimal193249219
Binary110000011111100111011011
Octal301371333

Shades and tints

Shades of #C1F9DB

#C1F9DB
(193,249,219)
#B0E3C8
(176,227,200)
#9FCDB5
(159,205,181)
#8EB7A2
(142,183,162)
#7DA18F
(125,161,143)
#6C8B7C
(108,139,124)
#5B7569
(91,117,105)
#4A5F56
(74,95,86)
#394943
(57,73,67)
#283330
(40,51,48)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #C1F9DB

#C1F9DB
(193,249,219)
#C6F9DE
(198,249,222)
#CBF9E1
(203,249,225)
#D0F9E4
(208,249,228)
#D5F9E7
(213,249,231)
#DAF9EA
(218,249,234)
#DFF9ED
(223,249,237)
#E4F9F0
(228,249,240)
#E9F9F3
(233,249,243)
#EEF9F6
(238,249,246)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F9DB color. Also use rgb(193,249,219) instead hex code.

Text Font Color

.myTextColor { color: #C1F9DB; }

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

This text font color is #C1F9DB.


Background Color

.myBgColor { background-color: #C1F9DB; }

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

This div background color is #C1F9DB.


Border color

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

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

This div border color is #C1F9DB.


Opacity

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

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

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

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

This text has shadow with #C1F9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F9DB on black background.


Color preview on white background

This text has color #C1F9DB on white background.



Black color preview on #C1F9DB background

This text has black color on #C1F9DB background.


White color preview on #C1F9DB background

This text has white color on #C1F9DB background.