COLOR #95DCB4

HEX: #95DCB4 RGB: (149,220,180)

Color info

#95DCB4 contains mainly green and blue colors. Web safe color of #95DCB4 is #99CCCC (or #9CC).

RGB color model

#95DCB4 color RGB value is (149,220,180).

RGB: (149,220,180) (58%, 86%, 71%)

RGB channels and saturation

R 149 of 255 = 58%
G 220 of 255 = 86%
B 180 of 255 = 71%

149
220
180

R + G + B ~ 72%. #95DCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 220 + 180 = 549 (100%)
R 149 of 549 ~ 27.14%
G 220 of 549 ~ 40.07%
B 180 of 549 ~ 32.79'%

%27.14
%40.07
%32.79

CMYK color model

#95DCB4 color CMYK value is (32,0,18,14).

  • cyan value is 32.27%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 13.73%

CMYK: (32,0,18,14)
C32M0Y18K14 (32%, 0%, 18%, 14%)
(0.32 / 0.00 / 0.18 / 0.14)

CMYK percentages

%32.27
%0
%18.18
%13.73

Codes

Color #95DCB4 in popluar color models

95 DC B4
RGB 149 220 180
HSL 146° 50.35% 72.35%
HSB/HSV 146° 32.27% 86.27%
CMYK 32.27% 0.00% 18.18%
13.73%

Color #95DCB4 in popluar number systems.

HEX 95 DC B4
Decimal 149 220 180
Binary 10010101 11011100 10110100
Octal 225 334 264

Shades and tints

Shades of #95DCB4

#95DCB4
(149,220,180)
#88C8A4
(136,200,164)
#7BB494
(123,180,148)
#6EA084
(110,160,132)
#618C74
(97,140,116)
#547864
(84,120,100)
#476454
(71,100,84)
#3A5044
(58,80,68)
#2D3C34
(45,60,52)
#202824
(32,40,36)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #95DCB4

#95DCB4
(149,220,180)
#9EDFBA
(158,223,186)
#A7E2C0
(167,226,192)
#B0E5C6
(176,229,198)
#B9E8CC
(185,232,204)
#C2EBD2
(194,235,210)
#CBEED8
(203,238,216)
#D4F1DE
(212,241,222)
#DDF4E4
(221,244,228)
#E6F7EA
(230,247,234)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DCB4 color. Also use rgb(149,220,180) instead hex code.

Text Font Color

.myTextColor { color: #95DCB4; }

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

This text font color is #95DCB4.

Background Color

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

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

This div background color is #95DCB4.

Border color

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

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

This div border color is #95DCB4.

Opacity

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

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

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

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

This text has shadow with #95DCB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95DCB4.

Preview

Color preview on black background

This text has color #95DCB4 on black background.


Color preview on white background

This text has color #95DCB4 on white background.


Black color preview on #95DCB4 background

This text has black color on #95DCB4 background.


White color preview on #95DCB4 background

This text has white color on #95DCB4 background.


Related colors

Complementary color

Complementary color for #hex is #6A234B.


I love getcolorcode.com

Triadic colors

1 #B495DC and #DCB495 with #95DCB4 are triadic colors.

2 #B4DC95 and #DC95B4 with #95DCB4 are triadic colors.