COLOR #95F6DB

HEX: #95F6DB RGB: (149,246,219)

Color info

#95F6DB contains mainly green and blue colors. Web safe color of #95F6DB is #99FFCC (or #9FC).

RGB color model

#95F6DB color RGB value is (149,246,219).

RGB: (149,246,219) (58%, 96%, 86%)

RGB channels and saturation

R 149 of 255 = 58%
G 246 of 255 = 96%
B 219 of 255 = 86%

149
246
219

R + G + B ~ 80%. #95F6DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 246 + 219 = 614 (100%)
R 149 of 614 ~ 24.27%
G 246 of 614 ~ 40.07%
B 219 of 614 ~ 35.67'%

%24.27
%40.07
%35.67

CMYK color model

#95F6DB color CMYK value is (39,0,11,4).

  • cyan value is 39.43%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%

CMYK: (39,0,11,4)
C39M0Y11K4 (39%, 0%, 11%, 4%)
(0.39 / 0.00 / 0.11 / 0.04)

CMYK percentages

%39.43
%0
%10.98
%3.53

Codes

Color #95F6DB in popluar color models

95 F6 DB
RGB 149 246 219
HSL 163° 84.35% 77.45%
HSB/HSV 163° 39.43% 96.47%
CMYK 39.43% 0.00% 10.98%
3.53%

Color #95F6DB in popluar number systems.

HEX 95 F6 DB
Decimal 149 246 219
Binary 10010101 11110110 11011011
Octal 225 366 333

Shades and tints

Shades of #95F6DB

#95F6DB
(149,246,219)
#88E0C8
(136,224,200)
#7BCAB5
(123,202,181)
#6EB4A2
(110,180,162)
#619E8F
(97,158,143)
#54887C
(84,136,124)
#477269
(71,114,105)
#3A5C56
(58,92,86)
#2D4643
(45,70,67)
#203030
(32,48,48)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #95F6DB

#95F6DB
(149,246,219)
#9EF6DE
(158,246,222)
#A7F6E1
(167,246,225)
#B0F6E4
(176,246,228)
#B9F6E7
(185,246,231)
#C2F6EA
(194,246,234)
#CBF6ED
(203,246,237)
#D4F6F0
(212,246,240)
#DDF6F3
(221,246,243)
#E6F6F6
(230,246,246)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F6DB color. Also use rgb(149,246,219) instead hex code.

Text Font Color

.myTextColor { color: #95F6DB; }

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

This text font color is #95F6DB.

Background Color

.myBgColor { background-color: #95F6DB; }

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

This div background color is #95F6DB.

Border color

.myBorderColor { border: 1px solid #95F6DB; }

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

This div border color is #95F6DB.

Opacity

.myOpacity80 { color: #95F6DB; opacity: 0.8; }

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

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

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

This text has shadow with #95F6DB color.


.textShadow {text-shadow: 3px 3px 1px #95F6DB', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95F6DB; -webkit-box-shadow: 1px 1px 3px 2px #95F6DB; box-shadow:1px 1px 3px 2px #95F6DB;">
Div content here
</div>

This div box has shadow with color #95F6DB.

Preview

Color preview on black background

This text has color #95F6DB on black background.


Color preview on white background

This text has color #95F6DB on white background.


Black color preview on #95F6DB background

This text has black color on #95F6DB background.


White color preview on #95F6DB background

This text has white color on #95F6DB background.


Related colors

Complementary color

Complementary color for #hex is #6A0924.


I love getcolorcode.com

Triadic colors

1 #DB95F6 and #F6DB95 with #95F6DB are triadic colors.

2 #DBF695 and #F695DB with #95F6DB are triadic colors.